File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111
1212 arch -x86_64 $NDK_PATH NDK_DEBUG=1 NDK_PROJECT_PATH=. NDK_APPLICATION_MK=./Application.mk $*
1313
14- mv libs/arm64-v8a/libSoundStageNative.so ../Assets/SoundStageNative/x64 /Release/libSoundStageNative.so
14+ mv libs/arm64-v8a/libSoundStageNative.so ../Assets/SoundStageNative/arm64 /Release/libSoundStageNative.so
1515else
1616
1717 NDK_PATH=" /c/Users/Ludwig/android-ndk-r21e-windows-x86_64/android-ndk-r21e/build/ndk-build.cmd"
1818 echo " "
1919 echo " Compiling native code..."
2020
2121 $NDK_PATH NDK_PROJECT_PATH=. NDK_APPLICATION_MK=./Application.mk $*
22- mv libs/arm64-v8a/libSoundStageNative.so ../Assets/SoundStageNative/x64 /Release/libSoundStageNative.so
22+ mv libs/arm64-v8a/libSoundStageNative.so ../Assets/SoundStageNative/arm64 /Release/libSoundStageNative.so
2323fi
2424
2525echo " "
You can’t perform that action at this time.
0 commit comments