commit ac49ddf7888c41f0bd32b873d549ca2d24ae89be
parent e77f04f9983c51a11a1929bf87f7949606d1784c
Author: Darren Clarke <darren@redaranj.com>
Date: Thu, 9 Nov 2023 08:06:23 +0100
Fix path in build script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mobile/apple/build.sh b/mobile/apple/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MOBILE_DIR="mobile"
-APPLE_DIR="${MOBILE_DIR}/android"
+APPLE_DIR="${MOBILE_DIR}/apple"
TARGET_DIR="${APPLE_DIR}/target"
OUT_DIR="${APPLE_DIR}/out"
BINDINGS_DIR="${MOBILE_DIR}/bindings"