mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:31:26 +08:00
Fix missing math library linkage.
This commit is contained in:
parent
9d16fd0e75
commit
8430bad950
@ -192,6 +192,7 @@ clang "${object_files[@]}" \
|
||||
-O3 \
|
||||
-o $output \
|
||||
-L "$RUST_TARGET_LIBDIR" \
|
||||
-lm \
|
||||
-lstd \
|
||||
-Wl,--gc-sections \
|
||||
-ffunction-sections \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user