Fix march flag for 32-bit build

This commit is contained in:
Zachary Michaels 2014-08-07 14:28:50 -04:00 committed by Riccardo Spagni
parent dfa11575f2
commit 4fd7752d95
1 changed files with 1 additions and 1 deletions

View File

@ -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")