summaryrefslogtreecommitdiff
path: root/homebrew/physfs/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/physfs/.make.sh-auto')
-rw-r--r--homebrew/physfs/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/physfs/.make.sh-auto b/homebrew/physfs/.make.sh-auto
new file mode 100644
index 000000000..52fb86c0d
--- /dev/null
+++ b/homebrew/physfs/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+mkdir "macbuild" && cd macbuild
+args = std_cmake_args
+args << "-DPHYSFS_BUILD_TEST=TRUE"
+args << "-DPHYSFS_BUILD_WX_TEST=FALSE" unless build.head?
+cmake .. *args
+make DESTDIR=${PKG_DEST} install