summaryrefslogtreecommitdiff
path: root/homebrew/gflags/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gflags/.make.sh-auto')
-rw-r--r--homebrew/gflags/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/gflags/.make.sh-auto b/homebrew/gflags/.make.sh-auto
new file mode 100644
index 000000000..b1705848c
--- /dev/null
+++ b/homebrew/gflags/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+mkdir "buildroot" && cd buildroot
+cmake .. -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DBUILD_SHARED_LIBS=ON
+make DESTDIR=${PKG_DEST} install