Skip to content

Commit

Permalink
autoupdater should build with $(CC), not $(TOOLS_CC), in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 26, 2017
1 parent 4729c68 commit 8e001e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down

0 comments on commit 8e001e6

Please sign in to comment.