God dman it

This commit is contained in:
Lily Tsuru 2023-07-19 03:20:14 -04:00
parent 70d90d4879
commit fb29336ca7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set -x
cmake -Wno-dev -S native -B build -DCMAKE_BUILD_TYPE=Release
cmake -Wno-dev -GNinja -S native -B build -DCMAKE_BUILD_TYPE=Release
ninja -C build
[[ ! -d '../../lua/bin' ]] && {