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"
|
ifeq "$(OS)" "Darwin"
|
||||||
LIB_DIR = $(SRC_DIR)/lib/mac
|
LIB_DIR = $(SRC_DIR)/lib/mac
|
||||||
else
|
else
|
||||||
LIB_DIR = $(SRC_DIR)/lib/linux
|
LIB_DIR = $(SRC_DIR)/lib/linux64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# the CPU target for the build, must be i486 for now
|
# the CPU target for the build, must be i486 for now
|
||||||
|
Reference in New Issue
Block a user