diff options
Diffstat (limited to 'homebrew/gearboy/.make.sh-auto')
-rw-r--r-- | homebrew/gearboy/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/gearboy/.make.sh-auto b/homebrew/gearboy/.make.sh-auto new file mode 100644 index 000000000..649c3b66f --- /dev/null +++ b/homebrew/gearboy/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +cd "platforms/macosx/Gearboy" +inreplace "Gearboy.pro" do |s| +s.gsub! "/usr/local/include", Formula["sdl2"].include +s.gsub! "/usr/local/lib", Formula["sdl2"].lib |