Fix USE_CURL build under Windows.

This commit is contained in:
Yamagi Burmeister 2018-12-12 20:57:43 +01:00
parent 2271c0bb91
commit 04a1a6958d

View file

@ -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)