Skip to content

Commit

Permalink
don't make _srv.so files on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
azzyr committed Mar 6, 2024
1 parent 6769cc4 commit 8bffc8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mp/src/devtools/makefile_base_posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bffc8a

Please sign in to comment.