portmidi: enforce commaphilia
This fixes the following build failure: make: pm_mac/Makefile.osx install: No such file or directory Closes Homebrew/homebrew#50137. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
3adef2f839
commit
95e5586f45
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Portmidi < Formula
|
|||
inreplace "pm_common/CMakeLists.txt", "set(CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.5.sdk CACHE", "set(CMAKE_OSX_SYSROOT /#{MacOS.sdk_path} CACHE"
|
||||
|
||||
system "make", "-f", "pm_mac/Makefile.osx"
|
||||
system "make", "-f", "pm_mac/Makefile.osx install"
|
||||
system "make", "-f", "pm_mac/Makefile.osx", "install"
|
||||
|
||||
if build.with? "python"
|
||||
cd "pm_python" do
|
||||
|
|
Loading…
Reference in a new issue