Skip to content

Commit

Permalink
Fix dumb syntax error. [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-seddon committed Aug 17, 2024
1 parent 612ca72 commit 77e6f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.osx.mak
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ run_all_tests:
##########################################################################

.PHONY:github_ci
github_ci:
github_ci: export PKG_CONFIG_PATH:=$(PKG_CONFIG_PATH):/usr/local/opt/ffmpeg@4/lib/pkgconfig
github_ci:
brew update
brew install ninja
brew install ffmpeg@4
Expand Down

0 comments on commit 77e6f23

Please sign in to comment.