mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 12:10:24 +00:00
Merge pull request #420 from CachyOS/fix/meson-env-var-append
meson: fix RUSTFLAGS being appended incorrectly
This commit is contained in:
commit
274bcf7f02
@ -295,7 +295,7 @@ if libbpf_a != ''
|
||||
|
||||
cargo_env.append('RUSTFLAGS',
|
||||
'-C relocation-model=pic -C link-args=-lelf -C link-args=-lz -C link-args=-lzstd -L '
|
||||
+ fs.parent(libbpf_a))
|
||||
+ fs.parent(libbpf_a), separator: ' ')
|
||||
|
||||
#
|
||||
# XXX - scx_rusty's original Cargo.toml contained a dependency matching
|
||||
|
Loading…
Reference in New Issue
Block a user