Build libuv with the same C compiler as the rest of rt
This commit is contained in:
parent
43313b5504
commit
1758876381
2
mk/rt.mk
2
mk/rt.mk
@ -106,7 +106,7 @@ rt/libuv/uv.a: $(wildcard \
|
||||
$(S)src/rt/libuv/*/* \
|
||||
$(S)src/rt/libuv/*/*/* \
|
||||
$(S)src/rt/libuv/*/*/*/*)
|
||||
$(Q)CFLAGS=\"-m32\" LDFLAGS=\"-m32\" CC=gcc $(MAKE) -C rt/libuv
|
||||
$(Q)CFLAGS=\"-m32\" LDFLAGS=\"-m32\" CC=$(CC) $(MAKE) -C rt/libuv
|
||||
|
||||
# These could go in rt.mk or rustllvm.mk, they're needed for both.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user