mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-09 18:31:23 +00:00
6 lines
208 B
CMake
6 lines
208 B
CMake
# <ndk>/build/core/toolchains/aarch64-linux-android-4.9/setup.mk
|
|
|
|
# Suppress -Wl,-z,nocopyreloc flag on arm64-v8a
|
|
set(_ANDROID_ABI_INIT_EXE_LDFLAGS_NO_nocopyreloc 1)
|
|
|
|
include(Platform/Android/abi-common-GNU)
|