Skip to content

Commit

Permalink
zig build system understands the concept of dependencies
Browse files Browse the repository at this point in the history
See #204
  • Loading branch information
andrewrk committed Apr 13, 2017
1 parent a6bd3d8 commit 5fdefe5
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 116 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ int main(int argc, char **argv) {
" --build-file [file] Override path to build.zig.\n"
" --verbose Print commands before executing them.\n"
" --debug-build-verbose Print verbose debugging information for the build system itself.\n"
" --prefix [prefix] Override default install prefix.\n"
, zig_exe_path);
return 0;
}
Expand Down
Loading

0 comments on commit 5fdefe5

Please sign in to comment.