mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Fix USE_CURL build under Windows.
This commit is contained in:
parent
2271c0bb91
commit
04a1a6958d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -353,7 +353,7 @@ build/client/%.o: %.c
|
|||
release/yquake2.exe : LDFLAGS += -mwindows
|
||||
|
||||
ifeq ($(WITH_CURL),yes)
|
||||
release/quake2 : CFLAGS += -DUSE_CURL
|
||||
release/yquake2.exe : CFLAGS += -DUSE_CURL
|
||||
endif
|
||||
|
||||
ifeq ($(WITH_OPENAL),yes)
|
||||
|
|
Loading…
Reference in a new issue