Skip to content

Commit d0c7a7f

Browse files
author
Hannes Barfuss
committed
Corrected path in build script
1 parent 3a27f45 commit d0c7a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoundStageNative/build_plugin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ then
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
1515
else
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
2323
fi
2424

2525
echo ""

0 commit comments

Comments
 (0)