Fix build scripts

This commit is contained in:
Tindy X
2023-12-11 01:55:16 +08:00
parent 1757090b25
commit 844989d772
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ apk add lua5.4-dev luajit-dev mbedtls-dev mbedtls-static zlib-dev
curl -fsSL https://xmake.io/shget.text | bash
source "$HOME/.xmake/profile"
xmake f --root --static=true -m release
xmake f --root --static=true -m release -y
xmake --root subconverter
cp "$(find build -name subconverter -type f)" base/subconverter

View File

@@ -57,7 +57,7 @@ set -xe
brew reinstall xmake rapidjson pkgconfig
xmake f --root -m release
xmake f --root -m release -y
xmake --root subconverter
cp "$(find build -name subconverter -type f)" base/subconverter

View File

@@ -51,7 +51,7 @@ set -xe
## shellcheck disable=SC2046
#g++ $(find CMakeFiles/subconverter.dir/src -name "*.obj") curl/lib/libcurl.a -o base/subconverter.exe -static -lbcrypt -lpcre2-8 -l:quickjs/libquickjs.a -llibcron -lyaml-cpp -liphlpapi -lcrypt32 -lws2_32 -lwsock32 -lz -s
xmake f --root --static=true -m release
xmake f --root --static=true -m release -y
xmake --root subconverter
cp "$(find build -name subconverter -type f)" base/subconverter