summaryrefslogtreecommitdiff
path: root/homebrew/multimarkdown/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/multimarkdown/.make.sh-auto')
-rw-r--r--homebrew/multimarkdown/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/multimarkdown/.make.sh-auto b/homebrew/multimarkdown/.make.sh-auto
new file mode 100644
index 000000000..91a779826
--- /dev/null
+++ b/homebrew/multimarkdown/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+inreplace "CMakeLists.txt", "SET(CMAKE_OSX_DEPLOYMENT_TARGET \"10.4\"", "SET(CMAKE_OSX_DEPLOYMENT_TARGET \"#{MacOS.version}\""
+make release
+cd "build"
+make
+bin.install "multimarkdown"