aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/portaudio.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb
index b140efdbc..f94e5f6f4 100644
--- a/Library/Formula/portaudio.rb
+++ b/Library/Formula/portaudio.rb
@@ -17,5 +17,8 @@ class Portaudio <Formula
end
system "make install"
+
+ # Need 'pa_mac_core.h' to compile PyAudio
+ include.install "include/pa_mac_core.h"
end
end