summaryrefslogtreecommitdiff
path: root/homebrew/libstxxl/.make.sh-auto
blob: 31fab10d716795882c74f61151c2b349809b2b92 (plain)
1
2
3
4
5
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