Skip to content

Commit e71db0c

Browse files
committed
Make the wireguard go script build with Xcode 16
1 parent 9185ed9 commit e71db0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/build-wireguard-go.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$SOURCE_PACKAGES_PATH" == "" ]; then
2222
if [ "$ACTION" == "install" ]; then
2323
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../SourcePackages"
2424
elif [ "$ENABLE_PREVIEWS" == "YES" ]; then
25-
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../SourcePackages"
25+
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../../SourcePackages"
2626
else
2727
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../SourcePackages"
2828
fi

0 commit comments

Comments
 (0)