mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
Fix build issue
This commit is contained in:
parent
80f7ea11b8
commit
21d29fa7ee
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ endif()
|
||||||
|
|
||||||
set(MONERO_HEAD "36fb05da3394505f8033ceb8806b28909617696f")
|
set(MONERO_HEAD "36fb05da3394505f8033ceb8806b28909617696f")
|
||||||
set(BUILD_GUI_DEPS ON)
|
set(BUILD_GUI_DEPS ON)
|
||||||
set(ARCH "x86-64" CACHE STRING "Target architecture")
|
set(ARCH "x86-64")
|
||||||
set(BUILD_64 ON)
|
set(BUILD_64 ON)
|
||||||
set(INSTALL_VENDORED_LIBUNBOUND ${STATIC})
|
set(INSTALL_VENDORED_LIBUNBOUND ${STATIC})
|
||||||
set(USE_SINGLE_BUILDDIR ON)
|
set(USE_SINGLE_BUILDDIR ON)
|
||||||
|
|
Loading…
Reference in a new issue