summaryrefslogtreecommitdiff
path: root/homebrew/anttweakbar/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/anttweakbar/.make.sh-auto')
-rw-r--r--homebrew/anttweakbar/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/anttweakbar/.make.sh-auto b/homebrew/anttweakbar/.make.sh-auto
new file mode 100644
index 000000000..85913a4ba
--- /dev/null
+++ b/homebrew/anttweakbar/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+if DevelopmentTools.clang_build_version >= 900 ||
+(MacOS.version == :el_capitan && MacOS::Xcode.version >= "8.0")
+ENV.delete("SDKROOT")
+end
+make -C src -f Makefile.osx
+lib.install "lib/libAntTweakBar.dylib", "lib/libAntTweakBar.a"
+include.install "include/AntTweakBar.h"