Browse Source

makefile fix

android
nillerusr 4 years ago
parent
commit
fb62189ef8
  1. 0
      devtools/gendbg.sh
  2. 2
      devtools/makefile_base_posix.mak

0
devtools/gendbg.sh

2
devtools/makefile_base_posix.mak

@ -183,7 +183,7 @@ endif @@ -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…
Cancel
Save