mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: gha: remove bundled mbedTLS on Switch
This commit is contained in:
@@ -40,6 +40,10 @@ echo "Building libsolder..."
|
||||
|
||||
make -C libsolder install || die
|
||||
|
||||
# Remove devkitPro's outdated mbedTLS as we only target 4.x+
|
||||
echo "Removing devkitPro's mbedTLS port..."
|
||||
dkp-pacman -R --noconfirm switch-libssh2 switch-mbedtls || true
|
||||
|
||||
echo "Building engine..."
|
||||
|
||||
./waf configure -T release --nswitch || die_configure
|
||||
|
||||
Reference in New Issue
Block a user