Skip to content
New issue

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

zig env includes target #659

Closed
wants to merge 1 commit into from
Closed

Conversation

leecannon
Copy link
Member

@leecannon leecannon commented Sep 17, 2022

$ zig version
0.10.0-dev.4110+dfcadd22b
$ zig env
{
 "zig_exe": "/home/lee/src/zig/build/stage3/bin/zig",
 "lib_dir": "/home/lee/src/zig/lib",
 "std_dir": "/home/lee/src/zig/lib/std",
 "global_cache_dir": "/home/lee/.cache/zig",
 "version": "0.10.0-dev.4110+dfcadd22b",
 "target": "x86_64-linux.5.19.9...5.19.9-gnu.2.36"
}

before this change:

info : (config): Using zig executable /home/lee/bin/zig
error: (config): Failed to parse zig env JSON result
warning: (config): Zig standard library path not specified in zls.json and could not be resolved from the zig executable

@leecannon leecannon force-pushed the fix-std-locate branch 2 times, most recently from ac1fc82 to eaad38f Compare September 17, 2022 18:17
@SuperAuguste
Copy link
Member

Duplicate of #656.

@leecannon leecannon deleted the fix-std-locate branch September 17, 2022 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants