mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-02-17 09:31:42 +00:00
Also fixed SP base makefile typo, does it even need _srv.so binaries though?
This commit is contained in:
parent
66b5bbcc9a
commit
ed31adbeff
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ ifeq ($(OS),Linux)
|
|||
|
||||
ifeq ($(SOURCE_SDK), 1)
|
||||
Srv_GAMEOUTPUTFILE := $(GAMEOUTPUTFILE:.so=_srv.so)
|
||||
COPY_DLL_TO_SRC := 1
|
||||
COPY_DLL_TO_SRV := 1
|
||||
endif
|
||||
|
||||
LINK_MAP_FLAGS = -Wl,-Map,$(@:.so=).map
|
||||
|
|
Loading…
Reference in a new issue