Skip to content

Commit

Permalink
Ensure binaries are compatible with OS X 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed May 18, 2020
1 parent a2e5308 commit c627dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-ffmpeg

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -24,6 +24,7 @@ jobs:
CIBW_BEFORE_BUILD: scripts/build-ffmpeg /tmp/vendor
CIBW_BEFORE_BUILD_WINDOWS: scripts\build-ffmpeg.bat C:\cibw\vendor
CIBW_ENVIRONMENT_LINUX: LD_LIBRARY_PATH=/tmp/vendor/lib:$LD_LIBRARY_PATH
CIBW_ENVIRONMENT_MACOS: CFLAGS=-mmacosx-version-min=10.9
CIBW_BUILD: cp38-*
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: python scripts/inject-dll {wheel} {dest_dir} C:\cibw\vendor\bin
CIBW_TEST_COMMAND: python -c "import dummy"
Expand Down

0 comments on commit c627dc2

Please sign in to comment.