Skip to content

Commit 135c93e

Browse files
committed
[copyicu] Copy dir to swift/../icu
After building libicu, the directory needs to the copied to the location expected by the build script; see: https://github.com/apple/swift/compare/master...SwiftAndroid:20dbe893a8f2fb77bf8fc7f067c602d273181362?expand=1#diff-820a1d13441195f42bb1712046b14552R29 Add this step to the `copyicu.sh` script, to make it a little easier for contributors to pick up on.
1 parent d65b0a8 commit 135c93e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

copyicu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ do
55
echo $i
66
$mystrip -o ../build/Ninja-ReleaseAssert+stdlib-DebugAssert/swift-linux-x86_64/lib/swift/android/`basename $i` $i
77
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

Comments
 (0)