summaryrefslogtreecommitdiff
path: root/xmake/rules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-16 23:36:36 +0800
committerruki <[email protected]>2025-12-16 23:36:36 +0800
commitfb8a3f6b216638783cd25600a02f7527dabd91cf (patch)
tree299df2c4c1f7b524230779dc98cc088e5684bc6c /xmake/rules
parent51ef6420b6bba35a34f3ac9dafd5b5d36eb24e2d (diff)
improve logs tag
Diffstat (limited to 'xmake/rules')
-rw-r--r--xmake/rules/ndk/load.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/ndk/load.lua b/xmake/rules/ndk/load.lua
index 766994bb9..7700f85e7 100644
--- a/xmake/rules/ndk/load.lua
+++ b/xmake/rules/ndk/load.lua
@@ -34,6 +34,7 @@ function main(target)
raise("NDK path not set! Please set NDK path properly.")
end
+ -- set target kind
target:set("kind", "shared")
-- add glue file to target