scripts: nswitch: it's arm64, not aarch64

This commit is contained in:
fgsfds 2023-02-08 01:04:31 +01:00
parent 0e7ebf6d44
commit f7489a3747
3 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ jobs:
- os: ubuntu-20.04
targetos: nswitch
targetarch: aarch64
targetarch: arm64
- os: windows-latest
targetos: win32
targetarch: amd64

View File

@ -9,8 +9,8 @@ build_hlsdk()
git checkout switch-$1
./waf configure -T release --nswitch || die_configure
./waf build || die
cp build/dlls/$1_nswitch_aarch64.so ../pkgtemp/xash3d/$2/dlls/
cp build/cl_dll/client_nswitch_aarch64.so ../pkgtemp/xash3d/$2/cl_dlls/
cp build/dlls/$1_nswitch_arm64.so ../pkgtemp/xash3d/$2/dlls/
cp build/cl_dll/client_nswitch_arm64.so ../pkgtemp/xash3d/$2/cl_dlls/
./waf clean
}

View File

@ -352,7 +352,7 @@ class Android:
class NintendoSwitch:
ctx = None # waf context
arch = "aarch64"
arch = "arm64"
dkp_dir = None
portlibs_dir = None
dka64_dir = None