We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I built the compiler following the newly updated https://github.com/ziglang/zig/wiki/Contributing.
Unlike the zig compiler from https://ziglang.org/download/, lib_dir and std_dir are always relative paths.
lib_dir
std_dir
$ ~/src/contrib/zig/github.com/perillo/zig/build/stage4/bin/zig env
{ "zig_exe": "/home/manlio/src/contrib/zig/github.com/perillo/zig/build/stage4/bin/zig", "lib_dir": "src/contrib/zig/github.com/perillo/zig/lib", "std_dir": "src/contrib/zig/github.com/perillo/zig/lib/std", "global_cache_dir": "/home/manlio/.cache/zig", "version": "0.11.0-dev.6172+59d9afcb5", "target": "x86_64-linux.6.1.7...6.1.7-gnu.2.36" }
Maybe the problem is caused by DZIG_NO_LIB=ON and -Dno-lib ?
DZIG_NO_LIB=ON
-Dno-lib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I built the compiler following the newly updated https://github.com/ziglang/zig/wiki/Contributing.
Unlike the zig compiler from https://ziglang.org/download/,
lib_dir
andstd_dir
are always relative paths.$ ~/src/contrib/zig/github.com/perillo/zig/build/stage4/bin/zig env
Maybe the problem is caused by
DZIG_NO_LIB=ON
and-Dno-lib
?The text was updated successfully, but these errors were encountered: