Skip to content

Commit 5fdefe5

Browse files
committed
zig build system understands the concept of dependencies
See #204
1 parent a6bd3d8 commit 5fdefe5

File tree

4 files changed

+446
-116
lines changed

4 files changed

+446
-116
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ int main(int argc, char **argv) {
218218
" --build-file [file] Override path to build.zig.\n"
219219
" --verbose Print commands before executing them.\n"
220220
" --debug-build-verbose Print verbose debugging information for the build system itself.\n"
221+
" --prefix [prefix] Override default install prefix.\n"
221222
, zig_exe_path);
222223
return 0;
223224
}

0 commit comments

Comments
 (0)