summaryrefslogtreecommitdiff
path: root/homebrew/poco/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/poco/.make.sh-auto')
-rw-r--r--homebrew/poco/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/poco/.make.sh-auto b/homebrew/poco/.make.sh-auto
new file mode 100644
index 000000000..8defc5b06
--- /dev/null
+++ b/homebrew/poco/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.cxx11
+mkdir "build" && cd build
+cmake .. -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DENABLE_DATA_MYSQL=OFF -DENABLE_DATA_ODBC=OFF
+make DESTDIR=${PKG_DEST} install