fix createallprojects

This commit is contained in:
nillerusr
2020-10-22 14:20:23 +03:00
parent af9544dcaa
commit 64a0844256
888 changed files with 190264 additions and 28 deletions

View File

@@ -30,11 +30,11 @@ endif
ifeq ($(OS),Linux)
ifeq ($(wildcard /valve/bin/gcc),)
CC:=gcc
CXX:=g++
CC:=gcc -m32
CXX:=g++ -m32
else
CC:=/valve/bin/gcc-4.7
CXX:=/valve/bin/g++-4.7
CC:=/valve/bin/gcc-4.7 -m32
CXX:=/valve/bin/g++-4.7 -m32
endif
EXE_POSTFIX:=_linux
endif