Skip to content

Commit

Permalink
Attempt Catalyst fix in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Dec 14, 2023
1 parent 8e7f5ce commit 25731bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ case "$platform" in

catalyst)
xcb_flags=("${catalyst_flags[@]}")
destination='platform="macOS,variant=Mac Catalyst,arch=x86_64" TARGETED_DEVICE_FAMILY=2'
destination='platform="macOS,variant=Mac Catalyst,name=Any Mac'
;;

all)
Expand Down

0 comments on commit 25731bc

Please sign in to comment.