Use the correct directory for m1 for embedding libfdb_java
This commit is contained in:
parent
5fae5c859e
commit
5d88fdf16c
|
@ -218,7 +218,11 @@ if(NOT OPEN_FOR_IDE)
|
|||
if(WIN32)
|
||||
set(lib_destination "windows/amd64")
|
||||
elseif(APPLE)
|
||||
set(lib_destination "osx/x86_64")
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
|
||||
set(lib_destination "osx/aarch64")
|
||||
else()
|
||||
set(lib_destination "osx/x86_64")
|
||||
endif()
|
||||
else()
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
|
||||
set(lib_destination "linux/aarch64")
|
||||
|
|
Loading…
Reference in New Issue