mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Fix Linux lib output path.
This commit is contained in:
parent
d8d293dc4e
commit
11bb666513
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user