Skip to content

Commit 1758876

Browse files
committed
Build libuv with the same C compiler as the rest of rt
1 parent 43313b5 commit 1758876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/rt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ rt/libuv/uv.a: $(wildcard \
106106
$(S)src/rt/libuv/*/* \
107107
$(S)src/rt/libuv/*/*/* \
108108
$(S)src/rt/libuv/*/*/*/*)
109-
$(Q)CFLAGS=\"-m32\" LDFLAGS=\"-m32\" CC=gcc $(MAKE) -C rt/libuv
109+
$(Q)CFLAGS=\"-m32\" LDFLAGS=\"-m32\" CC=$(CC) $(MAKE) -C rt/libuv
110110

111111
# These could go in rt.mk or rustllvm.mk, they're needed for both.
112112

0 commit comments

Comments
 (0)