mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +00:00
Merge pull request #1123 from BeamNG/fix_linux_ci
Fix for CI server on gcc Linux.
This commit is contained in:
commit
c9a818797a
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue