diff options
author | 2016-02-26 08:20:30 +0100 | |
---|---|---|
committer | 2016-02-26 11:59:17 +0100 | |
commit | e740bb69157a01f928c37a404aece45835d66f3d (patch) | |
tree | ddb056c86151d364df6dcfb4e4fb8d15f1f93887 /scripts/toolchain.lua | |
parent | 4a3926b1eb30795b75f4406f157775735f9ca5ed (diff) |
Fixing some more Android related things (nw)
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r-- | scripts/toolchain.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 058c10a4bcc..95fe72f618b 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -649,6 +649,7 @@ function toolchain(_buildDir, _subDir) "m", "android", "log", + "c++_static", "gcc", } buildoptions { |