mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 05:10:33 +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
|
release/yquake2.exe : LDFLAGS += -mwindows
|
||||||
|
|
||||||
ifeq ($(WITH_CURL),yes)
|
ifeq ($(WITH_CURL),yes)
|
||||||
release/quake2 : CFLAGS += -DUSE_CURL
|
release/yquake2.exe : CFLAGS += -DUSE_CURL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_OPENAL),yes)
|
ifeq ($(WITH_OPENAL),yes)
|
||||||
|
|
Loading…
Reference in a new issue