mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Fix for CI server on gcc Linux.
This commit is contained in:
parent
84d072f25c
commit
5583e73ca5
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@
|
||||||
project(${TORQUE_APP_NAME})
|
project(${TORQUE_APP_NAME})
|
||||||
|
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
set(CXX_FLAG32 "")
|
if(NOT CXX_FLAG32)
|
||||||
|
set(CXX_FLAG32 "")
|
||||||
|
endif()
|
||||||
#set(CXX_FLAG32 "-m32") #uncomment for build x32 on OSx64
|
#set(CXX_FLAG32 "-m32") #uncomment for build x32 on OSx64
|
||||||
|
|
||||||
# default compiler flags
|
# default compiler flags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue