Skip to content

Commit 083f821

Browse files
committed
fix
1 parent 65af476 commit 083f821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if [[ ! -f boost/b2 ]]; then
3434
fi
3535

3636
############### ICU
37+
#export ICU4C_RELEASE_LINK=https://github.com/apotocki/icu4c-iosx/releases/download/72.1.1
3738
if [[ ! -d $SCRIPT_DIR/Pods/icu4c-iosx/product ]]; then
3839
if [[ ! -z "${ICU4C_RELEASE_LINK}" ]]; then
3940
if [[ -d $SCRIPT_DIR/Pods/icu4c-iosx ]]; then
@@ -52,7 +53,6 @@ if [[ ! -d $SCRIPT_DIR/Pods/icu4c-iosx/product ]]; then
5253
unzip -q icuio.xcframework.zip
5354
unzip -q icuuc.xcframework.zip
5455
mkdir frameworks
55-
mv include frameworks/Headers
5656
mv icudata.xcframework frameworks/
5757
mv icui18n.xcframework frameworks/
5858
mv icuio.xcframework frameworks/

0 commit comments

Comments
 (0)