From 10540d4d2ca0101bfcbd933a621790bbd84aa4ff Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Fri, 3 Jul 2015 21:22:52 +0300 Subject: [PATCH] SDL: fixed compilation from standalone sources --- changeAppSettings.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changeAppSettings.sh b/changeAppSettings.sh index 22de51301..c57b17a2d 100755 --- a/changeAppSettings.sh +++ b/changeAppSettings.sh @@ -867,6 +867,8 @@ for F in */strings.xml; do done cd ../../.. +mkdir -p project/libs + if [ "$GooglePlayGameServicesId" = "n" -o -z "$GooglePlayGameServicesId" ] ; then $SEDI "/==GOOGLEPLAYGAMESERVICES==/ d" project/AndroidManifest.xml GooglePlayGameServicesId=""