mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Fix Linux lib output path.
This commit is contained in:
@ -78,7 +78,7 @@ SRC_DIR = ..
|
||||
ifeq "$(OS)" "Darwin"
|
||||
LIB_DIR = $(SRC_DIR)/lib/mac
|
||||
else
|
||||
LIB_DIR = $(SRC_DIR)/lib/linux
|
||||
LIB_DIR = $(SRC_DIR)/lib/linux64
|
||||
endif
|
||||
|
||||
# the CPU target for the build, must be i486 for now
|
||||
|
Reference in New Issue
Block a user