summaryrefslogtreecommitdiff
path: root/homebrew/geogram/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/geogram/.make.sh-auto')
-rw-r--r--homebrew/geogram/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/geogram/.make.sh-auto b/homebrew/geogram/.make.sh-auto
new file mode 100644
index 000000000..106474691
--- /dev/null
+++ b/homebrew/geogram/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+(buildpath/"CMakeOptions.txt").append_lines <<~EOS
+set(CMAKE_INSTALL_PREFIX #{prefix})
+set(GEOGRAM_USE_SYSTEM_GLFW3 ON)
+EOS
+pkg:configure.sh
+cd "build/Darwin-clang-dynamic-Release"
+make DESTDIR=${PKG_DEST} install