guowenxue
2022-04-09 e4a3dc95bdbb1371a7104fc9cf9c850bcdd3f883
update appweb build.sh to fix x86_64 bug
1 files modified
2 ■■■ changed files
3rdparty/x86/appweb/build.sh 2 ●●● patch | view | raw | blame | history
3rdparty/x86/appweb/build.sh
@@ -54,7 +54,7 @@
    # export cross configure 
    if [ "$CROSS_COMPILE" = "yes" ] ; then 
        export CONFIG_CROSS=" --build=i686-pc-linux --host=arm-linux "
        export CONFIG_CROSS=" --build=x86_64-pc-linux --host=arm-linux "
    fi
    # Clear LDFLAGS and CFLAGS