Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Jun 12, 2018
1 parent 8d65cb1 commit 3c4610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-static-version-of-qt-with-icu-and-openssl-linked.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Then execute the following commands:
```bash
cd /C/ICU/src/source
./runConfigureICU --enable-static --disable-shared --prefix=$PWD/../../icu4c-x86-static-msvc2017 CFLAGS=-MT CXXFLAGS=-MT
./runConfigureICU MSYS/MSVC --enable-static --disable-shared --prefix=$PWD/../../icu4c-x86-static-msvc2017 CFLAGS=-MT CXXFLAGS=-MT
make -j4 && make install
```

Expand Down

0 comments on commit 3c4610b

Please sign in to comment.