mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Makefile: Use the override keyword when implicitly disabling Polymer and libvpx when USE_OPENGL=0.
git-svn-id: https://svn.eduke32.com/eduke32@6024 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
777d764702
commit
083fb3cac3
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ USE_LUAJIT_2_1 ?= 0
|
||||||
USE_ASM64 ?= 0
|
USE_ASM64 ?= 0
|
||||||
|
|
||||||
ifeq (0,$(USE_OPENGL))
|
ifeq (0,$(USE_OPENGL))
|
||||||
POLYMER = 0
|
override POLYMER = 0
|
||||||
USE_LIBVPX = 0
|
override USE_LIBVPX = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Debugging/Build options
|
# Debugging/Build options
|
||||||
|
|
Loading…
Reference in a new issue