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