makefile fix
This commit is contained in:
parent
8ff7c5d07c
commit
fb62189ef8
2 changed files with 1 additions and 1 deletions
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 a new issue