mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Fix for CI server on gcc Linux.
This commit is contained in:
parent
84d072f25c
commit
5583e73ca5
|
|
@ -23,7 +23,9 @@
|
|||
project(${TORQUE_APP_NAME})
|
||||
|
||||
if(UNIX)
|
||||
set(CXX_FLAG32 "")
|
||||
if(NOT CXX_FLAG32)
|
||||
set(CXX_FLAG32 "")
|
||||
endif()
|
||||
#set(CXX_FLAG32 "-m32") #uncomment for build x32 on OSx64
|
||||
|
||||
# default compiler flags
|
||||
|
|
|
|||
Loading…
Reference in a new issue