Skip to content

Commit 1b6ad05

Browse files
committed
fix #61
1 parent 3127a08 commit 1b6ad05

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scripts/start.sh

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@ patchAndMakeICU() {
1919
rm -rf $TARGETDIR/icu/host
2020
mkdir -p $TARGETDIR/icu/host
2121
cd $TARGETDIR/icu/host
22-
$TARGETDIR/icu/source/runConfigureICU Linux --prefix=$PWD/prebuilts CFLAGS="-Os" CXXFLAGS="--std=c++11" --disable-tests --disable-samples
22+
23+
$TARGETDIR/icu/source/runConfigureICU Linux \
24+
--prefix=$PWD/prebuilts \
25+
CFLAGS="-Os" \
26+
CXXFLAGS="--std=c++11" \
27+
--disable-tests \
28+
--disable-samples \
29+
--disable-layout \
30+
--disable-layoutex
31+
2332
make -j5
2433
cd $ROOTDIR
2534

0 commit comments

Comments
 (0)