Skip to content

Commit

Permalink
Try building for the current version of macOS.
Browse files Browse the repository at this point in the history
Unfortunately ffmpeg introduced the usage of ` __builtin_available` with
n5.0. Statically linking binaries with a different
`MACOSX_DEPLOYMENT_TARGET` is problematic, see
curl/curl#4314 for more details.
  • Loading branch information
H-M-H committed Jan 19, 2022
1 parent 973bc2c commit 45af147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
npm install -g typescript
brew install nasm
cargo install cargo-bundle
build-cmd: MACOSX_DEPLOYMENT_TARGET=10.13 cargo bundle --release
# build-cmd: MACOSX_DEPLOYMENT_TARGET=10.13 cargo bundle --release
build-cmd: cargo bundle --release
package-files: target/release/bundle/osx/macOS.zip
exec-file: target/release/bundle/osx/macOS.zip
pkg-cmd: cd target/release/bundle/osx/ && zip -r macOS.zip Weylus.app
Expand Down

0 comments on commit 45af147

Please sign in to comment.