Skip to content

Commit 1a31796

Browse files
Update snmalloc dep (#852)
1 parent 2f6302b commit 1a31796

File tree

4 files changed

+71
-71
lines changed

4 files changed

+71
-71
lines changed

Cargo.lock

+68-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

linker/cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ shift
77
new_array=()
88
for value in "$@"
99
do
10-
[[ $value != *self-contained/*crt* ]] && [[ $value != *lc_nonshared* ]] && [[ $value != *latomic* ]] && new_array+=($value)
10+
[[ $value != *self-contained/*crt* ]] && [[ $value != *lgcc_s* ]] && [[ $value != *lc_nonshared* ]] && [[ $value != *latomic* ]] && new_array+=($value)
1111
done
1212

1313
zig cc "${new_array[@]}" -target $target

0 commit comments

Comments
 (0)