summaryrefslogtreecommitdiff
path: root/homebrew/c10t/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/c10t/.make.sh-auto')
-rw-r--r--homebrew/c10t/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/c10t/.make.sh-auto b/homebrew/c10t/.make.sh-auto
new file mode 100644
index 000000000..7426bba11
--- /dev/null
+++ b/homebrew/c10t/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+inreplace "test/CMakeLists.txt", "boost_unit_test_framework", "boost_unit_test_framework-mt"
+cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
+make
+bin.install "c10t"