mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: gha: apple: add -v flag to build stage
This commit is contained in:
@@ -8,7 +8,9 @@ pushd hlsdk || die
|
|||||||
./waf configure build install --destdir=../bin || die
|
./waf configure build install --destdir=../bin || die
|
||||||
popd || die
|
popd || die
|
||||||
|
|
||||||
./waf configure --enable-utils --enable-tests --enable-lto --enable-tui build install --destdir=bin || die_configure
|
./waf configure --enable-utils --enable-tests --enable-lto --enable-tui || die_configure
|
||||||
|
./waf build -v || die
|
||||||
|
./waf install --destdir=bin || die
|
||||||
|
|
||||||
cp -vr /Library/Frameworks/SDL2.framework bin
|
cp -vr /Library/Frameworks/SDL2.framework bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user