From 77e6f236acc4e34d229d6650bb9cf15abe95edb9 Mon Sep 17 00:00:00 2001 From: Tom Seddon Date: Sat, 17 Aug 2024 22:06:15 +0100 Subject: [PATCH] Fix dumb syntax error. [skip appveyor] --- Makefile.osx.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.osx.mak b/Makefile.osx.mak index 1abf9e77..3a1a59dc 100644 --- a/Makefile.osx.mak +++ b/Makefile.osx.mak @@ -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