aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2021-07-28 17:43:11 +0200
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2021-07-30 07:56:39 +0000
commit7048d5d7df979a82c1d7793953bbdc68f5494a31 (patch)
treea982f4fd6eecc84acb83226811ba92f8c520e4d6 /share
parentf0512f19d8fb990b86079ce1ecae0d7b32b9b9e3 (diff)
Android: fix link with static stl
Commit e7f204c4b82475f39c3f5a3870a7393857b1a29a removed assignation of staticLibraries with staticStlFilePath which made impossible to link with static stl. Fixes: QBS-1654 Change-Id: I83a176918d423a371741a97b4c48c0f6eda03138 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/cpp/android-gcc.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/android-gcc.qbs b/share/qbs/modules/cpp/android-gcc.qbs
index e42601a23..17e1f72ed 100644
--- a/share/qbs/modules/cpp/android-gcc.qbs
+++ b/share/qbs/modules/cpp/android-gcc.qbs
@@ -123,6 +123,7 @@ LinuxGCC {
dynamicLibrarySuffix)));
return libs;
}
+ staticLibraries: staticStlFilePath
defines: ["ANDROID", "__ANDROID__"]