diff options
| author | ruki <[email protected]> | 2017-01-05 13:20:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-01-06 17:20:08 +0800 |
| commit | 63463f04bee8ea369c2bbe0306f1e9316333f0dc (patch) | |
| tree | bdc6c663fa8877f20779d6032c18db84c2626440 /xmake/platforms/android | |
| parent | 06a7207823add9becd9f0929c9ed1b4eb2a1ab44 (diff) | |
uses loaded return value for language and platform
Diffstat (limited to 'xmake/platforms/android')
| -rwxr-xr-x | xmake/platforms/android/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua index 83ad9d17d..9f8b44bd1 100755 --- a/xmake/platforms/android/xmake.lua +++ b/xmake/platforms/android/xmake.lua @@ -116,6 +116,9 @@ platform("android") end end end + + -- ok + return _g end) -- set menu |
