diff options
Diffstat (limited to 'homebrew/libstxxl/.make.sh-auto')
-rw-r--r-- | homebrew/libstxxl/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libstxxl/.make.sh-auto b/homebrew/libstxxl/.make.sh-auto new file mode 100644 index 000000000..31fab10d7 --- /dev/null +++ b/homebrew/libstxxl/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +args = std_cmake_args - %w[-DCMAKE_BUILD_TYPE=None] +args << "-DCMAKE_BUILD_TYPE=Release" +mkdir "build" && cd build +cmake .. *args +make DESTDIR=${PKG_DEST} install |