mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Correct braino in LDFLAGS / LDLIBS, Windows build fix 2/2.
This commit is contained in:
parent
fb080fc32c
commit
376d97c54f
1 changed files with 2 additions and 2 deletions
4
Makefile
Executable file → Normal file
4
Makefile
Executable file → Normal file
|
@ -574,8 +574,8 @@ ref_gl1:
|
||||||
@echo "===> Building ref_gl1.dll"
|
@echo "===> Building ref_gl1.dll"
|
||||||
$(MAKE) release/ref_gl1.dll
|
$(MAKE) release/ref_gl1.dll
|
||||||
|
|
||||||
release/ref_gl1.dll : LDFLAGS += -lopengl32
|
release/ref_gl1.dll : LDFLAGS += -shared
|
||||||
release/ref_gl1.dll : LDLIBS += -shared
|
release/ref_gl1.dll : LDLIBS += -lopengl32
|
||||||
|
|
||||||
else ifeq ($(YQ2_OSTYPE), Darwin)
|
else ifeq ($(YQ2_OSTYPE), Darwin)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue