1
0
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:
Nicholas Hastings
2018-06-16 09:25:10 -04:00
parent d8d293dc4e
commit 11bb666513

View File

@ -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