Skip to content

Commit 8a0f4f1

Browse files
committed
Fix ninja bug
Fix ninja bug Signed-off-by: Bensuperpc <[email protected]>
1 parent 6432352 commit 8a0f4f1

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

development/builder/cmake-build.sh renamed to development/builder/cmake-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ set -euo pipefail
1616

1717
mkdir -p build
1818

19-
cmake -S . -B build -G Ninja "$*"
19+
cmake -S . -B build "$*"
2020

2121
cmake --build build
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)