We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3127a08 commit 1b6ad05Copy full SHA for 1b6ad05
scripts/start.sh
@@ -19,7 +19,16 @@ patchAndMakeICU() {
19
rm -rf $TARGETDIR/icu/host
20
mkdir -p $TARGETDIR/icu/host
21
cd $TARGETDIR/icu/host
22
- $TARGETDIR/icu/source/runConfigureICU Linux --prefix=$PWD/prebuilts CFLAGS="-Os" CXXFLAGS="--std=c++11" --disable-tests --disable-samples
+
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
32
make -j5
33
cd $ROOTDIR
34
0 commit comments