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:
hendricks266 2017-01-23 11:20:08 +00:00
parent 777d764702
commit 083fb3cac3

View file

@ -198,8 +198,8 @@ USE_LUAJIT_2_1 ?= 0
USE_ASM64 ?= 0
ifeq (0,$(USE_OPENGL))
POLYMER = 0
USE_LIBVPX = 0
override POLYMER = 0
override USE_LIBVPX = 0
endif
# Debugging/Build options