1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-18 13:27:28 +01:00

Merge pull request #3723

f8e1b9b cmake: don't hardcode x86-64 arch (selsta)
This commit is contained in:
luigi1111 2021-11-09 23:00:35 -06:00
commit e65956e910
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -24,7 +24,6 @@ if(DEBUG)
endif()
set(BUILD_GUI_DEPS ON)
set(ARCH "x86-64" CACHE STRING "Target architecture")
set(BUILD_64 ON CACHE BOOL "Build 64-bit binaries")
if(NOT MANUAL_SUBMODULES)