Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed May 9, 2024
1 parent ce78548 commit 9a2208a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ elif [ "$TARGET_OS" = "macos" ]; then
ln -sf libvlccore.*.dylib libvlccore.dylib
cd ..
cd ../..
make OS=macOS CC="cc -target x86_64-apple-macos10.11"
make OS=macOS CC="cc -target x86_64-apple-macos10.07"

mkdir artifacts
zip -j artifacts/vlc-$VLC_VERSION-macosx-intel64.zip libpause_click_plugin.dylib
Expand Down

0 comments on commit 9a2208a

Please sign in to comment.