From 8bffc8a9302d74460e1c1a6cacfecd18f4764e75 Mon Sep 17 00:00:00 2001 From: azzy <67557558+azzyr@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:29:40 +0200 Subject: [PATCH] don't make _srv.so files on linux --- mp/src/devtools/makefile_base_posix.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mp/src/devtools/makefile_base_posix.mak b/mp/src/devtools/makefile_base_posix.mak index a2c2a3b9..aff73846 100644 --- a/mp/src/devtools/makefile_base_posix.mak +++ b/mp/src/devtools/makefile_base_posix.mak @@ -180,10 +180,10 @@ else endif VSIGN ?= true -ifeq ($(SOURCE_SDK), 1) - Srv_GAMEOUTPUTFILE := $(GAMEOUTPUTFILE:.so=_srv.so) - COPY_DLL_TO_SRV := 1 -endif +# ifeq ($(SOURCE_SDK), 1) +# Srv_GAMEOUTPUTFILE := $(GAMEOUTPUTFILE:.so=_srv.so) +# COPY_DLL_TO_SRV := 1 +# endif LINK_MAP_FLAGS = -Wl,-Map,$(@:.so=).map