Fix march flag for 32-bit build

release-v0.4.0.1
Zachary Michaels 10 years ago committed by Riccardo Spagni
parent dfa11575f2
commit 4fd7752d95

@ -15,4 +15,4 @@ set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) # Find programs on host
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) # Find libs in target
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) # Find includes in target
set (MINGW_FLAG "-m64")
set (MINGW_FLAG "-m32")

Loading…
Cancel
Save