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

meson: fix RUSTFLAGS being appended incorrectly #420

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

vnepogodin
Copy link
Contributor

the value to env variable RUSTFLAGS is getting appended with ':'(like in the PATH variable to list binary folders to search in) instead of ' ' in the flags env variables

resulting in

 ':-C' relocation-model=pic -C link-args=-lelf -C link-args=-lz -C link-args=-lzstd -L /home/smol/.cache/paru/clone/scx-scheds-git/src/scx/build/libbpf/src --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 1)

@htejun htejun merged commit 274bcf7 into sched-ext:main Jul 12, 2024
1 check passed
@vnepogodin vnepogodin deleted the fix/meson-env-var-append branch July 12, 2024 23:27
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