diff options
| author | ruki <[email protected]> | 2019-04-24 22:44:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-24 10:28:33 +0800 |
| commit | 2898840b2fee9a838ca84e1c0df129b00d81aa45 (patch) | |
| tree | fa89c51532de1ff5ff23e0a58258f856a5566566 /xmake/languages/c++ | |
| parent | a4b4fff7cb09c6a8359bad4ee204559eb0e41c35 (diff) | |
improve cross compile for android
Diffstat (limited to 'xmake/languages/c++')
| -rw-r--r-- | xmake/languages/c++/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua index 73c438adb..6ea974ba4 100644 --- a/xmake/languages/c++/xmake.lua +++ b/xmake/languages/c++/xmake.lua @@ -163,6 +163,7 @@ language("c++") , {nil, "ld", "kv", nil, "The Linker" } , {nil, "ar", "kv", nil, "The Static Library Linker" } , {nil, "sh", "kv", nil, "The Shared Library Linker" } + , {nil, "ranlib", "kv", nil, "The Static Library Index Generator" } , {category = "Cross Complation Configuration/Compiler Flags Configuration" } , {nil, "cflags", "kv", nil, "The C Compiler Flags" } |
