scripts: gha: apple: add -v flag to build stage

This commit is contained in:
Alibek Omarov
2026-04-01 06:36:40 +05:00
parent 99d01e7967
commit 018c52b998

View File

@@ -8,7 +8,9 @@ pushd hlsdk || die
./waf configure build install --destdir=../bin || 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