summaryrefslogtreecommitdiff
path: root/xmake/toolchains
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-30 11:21:50 +0800
committerruki <[email protected]>2020-08-30 11:21:50 +0800
commit825867bd8870f118fd052d8a8407fce839e158ed (patch)
tree85fd23b1f00e4022bbb0c8d075639ff976480670 /xmake/toolchains
parent739df73425412cab7c869183a927896a403f5d66 (diff)
update changelog
Diffstat (limited to 'xmake/toolchains')
-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