mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Fix sysroot ld setting
This commit is contained in:
@@ -216,5 +216,5 @@ update_links
|
||||
|
||||
export CC="${SYSROOT}/bin/clang"
|
||||
export CXX="${SYSROOT}/bin/clang++"
|
||||
export LD="${SYSROOT}/bin/ld.lld"
|
||||
export LD="${SYSROOT}/bin/ld"
|
||||
build_libc
|
||||
|
||||
Reference in New Issue
Block a user