Correct braino in LDFLAGS / LDLIBS, Windows build fix 2/2.

This commit is contained in:
Yamagi 2021-06-29 09:01:13 +02:00
parent fb080fc32c
commit 376d97c54f
1 changed files with 2 additions and 2 deletions

4
Makefile Executable file → Normal file
View File

@ -574,8 +574,8 @@ ref_gl1:
@echo "===> Building ref_gl1.dll"
$(MAKE) release/ref_gl1.dll
release/ref_gl1.dll : LDFLAGS += -lopengl32
release/ref_gl1.dll : LDLIBS += -shared
release/ref_gl1.dll : LDFLAGS += -shared
release/ref_gl1.dll : LDLIBS += -lopengl32
else ifeq ($(YQ2_OSTYPE), Darwin)