We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d65b0a8 + 135c93e commit c518298Copy full SHA for c518298
copyicu.sh
@@ -5,3 +5,7 @@ do
5
echo $i
6
$mystrip -o ../build/Ninja-ReleaseAssert+stdlib-DebugAssert/swift-linux-x86_64/lib/swift/android/`basename $i` $i
7
done
8
+
9
+# icu must be placed in ../icu, relative to swift source directory.
10
+# See: https://github.com/apple/swift/compare/master...SwiftAndroid:20dbe893a8f2fb77bf8fc7f067c602d273181362?expand=1#diff-820a1d13441195f42bb1712046b14552R29
11
+cp -r ../libiconv-libicu-android/armeabi-v7a/icu ../icu
0 commit comments