mirror of
https://github.com/rui314/mold.git
synced 2024-11-10 19:26:38 +03:00
Merge pull request #143 from thesamesam/main
build: fix build-static.sh (adapt to Makefile changes: respect LDFLAGS)
This commit is contained in:
commit
613ca6fc80
@ -34,4 +34,4 @@ LDFLAGS="$LDFLAGS -Wl,-u,pthread_rwlock_wrlock"
|
||||
|
||||
docker run -it --rm -v "`pwd`:/mold" -u $(id -u):$(id -g) \
|
||||
mold-build-ubuntu20 \
|
||||
make -C /mold -j$(nproc) EXTRA_LDFLAGS="$LDFLAGS"
|
||||
make -C /mold -j$(nproc) LDFLAGS="$LDFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user