summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
Diffstat (limited to 'xmake')
-rw-r--r--xmake/toolchains/ndk/load.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/toolchains/ndk/load.lua b/xmake/toolchains/ndk/load.lua
index 80a7f1bb5..31f9dc06d 100644
--- a/xmake/toolchains/ndk/load.lua
+++ b/xmake/toolchains/ndk/load.lua
@@ -317,6 +317,7 @@ function main(toolchain)
-- init flags for target
local target_on_xxflags = function (target)
if arm32 then
+ -- @see https://github.com/xmake-io/xmake/issues/927
if target:values("ndk.arm_mode") == "arm" then
return "-marm"
else