summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rwxr-xr-xios/build-wireguard-go.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/build-wireguard-go.sh b/ios/build-wireguard-go.sh
index e26341ddbe..604038876c 100755
--- a/ios/build-wireguard-go.sh
+++ b/ios/build-wireguard-go.sh
@@ -22,7 +22,7 @@ if [ "$SOURCE_PACKAGES_PATH" == "" ]; then
if [ "$ACTION" == "install" ]; then
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../SourcePackages"
elif [ "$ENABLE_PREVIEWS" == "YES" ]; then
- SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../SourcePackages"
+ SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../../SourcePackages"
else
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../SourcePackages"
fi