mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 17:11:27 +09: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…
x
Reference in New Issue
Block a user