mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
depends: fix arm64-apple-darwin build
This commit is contained in:
parent
f583179d0e
commit
4bb3e74aa9
1 changed files with 3 additions and 1 deletions
|
@ -109,6 +109,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
|||
SET(CMAKE_ASM-ATT_COMPILER as)
|
||||
SET(CMAKE_ASM_COMPILER_TARGET ${CLANG_TARGET})
|
||||
SET(CMAKE_ASM-ATT_COMPILER_TARGET ${CLANG_TARGET})
|
||||
SET(CMAKE_AR @prefix@/native/bin/${CLANG_TARGET}-ar)
|
||||
SET(CMAKE_RANLIB @prefix@/native/bin/${CLANG_TARGET}-ranlib)
|
||||
SET(APPLE True)
|
||||
SET(BUILD_64 ON)
|
||||
SET(BREW OFF)
|
||||
|
@ -203,4 +205,4 @@ endif()
|
|||
set(CMAKE_INSTALL_NAME_TOOL "@CMAKE_INSTALL_NAME_TOOL@" CACHE FILEPATH "")
|
||||
set(CMAKE_INSTALL_NAME_TOOL "@CMAKE_INSTALL_NAME_TOOL@")
|
||||
|
||||
set(OTOOL "@OTOOL@")
|
||||
set(OTOOL "@OTOOL@")
|
||||
|
|
Loading…
Reference in a new issue