autoupdater should build with $(CC), not $(TOOLS_CC), in Makefile.

This commit is contained in:
Ryan C. Gordon 2017-05-25 22:01:47 -04:00
parent 4729c683fd
commit 8e001e6b99

View file

@ -1576,7 +1576,7 @@ $(Q3ASM): $(Q3ASMOBJ)
define DO_AUTOUPDATER_CC
$(echo_cmd) "AUTOUPDATER_CC $<"
$(Q)$(TOOLS_CC) $(CFLAGS) $(CURL_CFLAGS) -o $@ -c $<
$(Q)$(CC) $(CFLAGS) $(CURL_CFLAGS) -o $@ -c $<
endef
Q3AUTOUPDATEROBJ = \