mirror of
https://github.com/monero-project/monero.git
synced 2025-01-12 18:29:28 -05:00
Fix march flag for 32-bit build
This commit is contained in:
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_LIBRARY ONLY) # Find libs in target
|
||||||
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) # Find includes in target
|
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) # Find includes in target
|
||||||
|
|
||||||
set (MINGW_FLAG "-m64")
|
set (MINGW_FLAG "-m32")
|
||||||
|
Loading…
Reference in New Issue
Block a user