From 58d3e43e1c645ce6a4693a12b0f7b7e5a5e33834 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Wed, 24 Nov 2021 01:00:53 +0100 Subject: [PATCH] Remove jogamp natives on win/arm64 --- scripts/run_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index 1fd0e92..707c9f4 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -43,7 +43,7 @@ if "%TARGETARCH%"=="386" (call make_distrib.bat win32) else (call make_distrib.b :: Go to results if "%TARGETARCH%"=="386" (cd ../binary_distrib/win32) else (cd ../binary_distrib/win64) :: Remove wrong jogamp/gluegen natives from archive -if "%TARGETARCH%"=="arm64" (del /F /Q "bin/*-amd64.jar") +if "%TARGETARCH%"=="arm64" (del /F "bin/gluegen-rt-natives-windows-amd64.jar" && del /F "bin/jogl-all-natives-windows-amd64.jar") :: Zip results to C:\out del /F C:\out\binary_distrib.tar.gz if not exist "C:\out" mkdir "C:\out"