guowenxue
2020-08-21 5a4859cbce5a056d70698d89befc846b946d83e5
update expat build.sh
1 files modified
2 ■■■ changed files
3rdparty/expat/build.sh 2 ●●● patch | view | raw | blame | history
3rdparty/expat/build.sh
@@ -78,7 +78,7 @@
    tar -xjf ${SRC_NAME}.${PACK_SUFIX}
    cd ${SRC_NAME}
    ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static --disable-shared
    ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static
    check_result "ERROR: configure ${SRC_NAME} failure"
    make  && make install