Skip to content

Commit

Permalink
Compile universal binary. Set the minimum macOS version to 10.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Apr 18, 2021
1 parent 991ac8e commit 1613c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -ex
mkdir -p VLC-protocol-app/Contents/MacOS
gcc -framework Cocoa -o VLC-protocol-app/Contents/MacOS/vlc-protocol vlc-protocol.m
gcc -mmacosx-version-min=10.4 -arch x86_64 -arch arm64 -framework Cocoa -o VLC-protocol-app/Contents/MacOS/vlc-protocol vlc-protocol.m

0 comments on commit 1613c25

Please sign in to comment.