mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-03-22 01:41:01 +00:00
autoupdater should build with $(CC), not $(TOOLS_CC), in Makefile.
This commit is contained in:
parent
4729c683fd
commit
8e001e6b99
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue