mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
Use --buildtype instead of -Dbuildtype
This commit is contained in:
parent
f256c9a6c1
commit
dc898c93ff
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir ./build &> /dev/null
|
||||
meson . ./build -Dbuildtype=release
|
||||
meson . ./build --buildtype=release
|
||||
ninja -C build
|
||||
|
Loading…
Reference in New Issue
Block a user