This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8bf7cffe29
zig
/
test
/
standalone
/
main_pkg_path
/
b.zig
2 lines
21 B
Zig
Raw
Normal View
History
Unescape
Escape
compile error for import outside package path closes #2024 there's a new cli option `--main-pkg-path` which you can use to choose a different root package directory besides the one inferred from the root source file and a corresponding build.zig API: foo.setMainPkgPath(path)
2019-03-02 07:38:27 -08:00
pub
fn
foo
(
)
void
{
}