mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Fix build under !Windows
This commit is contained in:
parent
7c41b66821
commit
7b01ac3452
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -619,7 +619,6 @@ OPENGL_OBJS_ += \
|
||||||
src/windows/qgl.o
|
src/windows/qgl.o
|
||||||
else
|
else
|
||||||
OPENGL_OBJS_ += \
|
OPENGL_OBJS_ += \
|
||||||
src/common/shared/shared.o \
|
|
||||||
src/unix/hunk.o \
|
src/unix/hunk.o \
|
||||||
src/unix/qgl.o
|
src/unix/qgl.o
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue