diff options
| author | ruki <[email protected]> | 2018-12-13 00:39:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-12 22:35:17 +0800 |
| commit | a16fcd5180de7d18426106e5d398ebc04a96841d (patch) | |
| tree | ebffa6df08a28820f54a047b9b457c13c8bb8a32 /xmake/platforms/android | |
| parent | fd4ca8751a6d64de8088a05e6f0a8ac4e6e48d2d (diff) | |
improve to xmake global
Diffstat (limited to 'xmake/platforms/android')
| -rw-r--r-- | xmake/platforms/android/check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/android/check.lua b/xmake/platforms/android/check.lua index b33bdcf5f..4e5d4e9ea 100644 --- a/xmake/platforms/android/check.lua +++ b/xmake/platforms/android/check.lua @@ -23,7 +23,7 @@ -- -- imports -import(".checker") +import("platforms.checker", {rootdir = os.programdir()}) import("detect.sdks.find_ndk") -- check the ndk toolchain |
