mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
-DBROKENGL immer einschalten. Es hilft nichts. -_-
This commit is contained in:
parent
19c63a4903
commit
49e4c62e01
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ CFLAGS_BASE = -O2 -fomit-frame-pointer -fno-strict-aliasing \
|
|||
endif
|
||||
|
||||
# Uncomment this if your Mesa3D is broken
|
||||
# CFLAGS_BASE += -DBROKEN_MESA
|
||||
CFLAGS_BASE += -DBROKEN_MESA
|
||||
|
||||
# OGG/Vorbis
|
||||
OGGCFLAGS = -I/usr/include -I/usr/local/include
|
||||
|
|
Loading…
Reference in a new issue