mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
makefile fix
This commit is contained in:
parent
8ff7c5d07c
commit
fb62189ef8
0
devtools/gendbg.sh
Normal file → Executable file
0
devtools/gendbg.sh
Normal file → Executable file
@ -183,7 +183,7 @@ endif
|
||||
|
||||
# If not specified by environment, use steam runtime compilers + in-tree ccache
|
||||
ifneq ($(filter default undefined,$(origin AR)),)
|
||||
AR = ar
|
||||
AR = ar crs
|
||||
endif
|
||||
ifneq ($(filter default undefined,$(origin CC)),)
|
||||
CC = gcc -m32
|
||||
|
Loading…
Reference in New Issue
Block a user