🚚 Update path to swift release build dir

This commit is contained in:
Ben Chatelain 2024-11-03 10:45:46 -07:00
parent 414313986c
commit 35433359a9
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ PREFIX=/usr/local
while test -n "$1"; do
if [[ "$1" == '--universal' ]]; then
ARCH=universal
RELEASE=.build/apple/Products/Release
RELEASE=.build/release
else
# Override default prefix path with optional arg
PREFIX="$1"