Kaydet (Commit) 1fe53fe5 authored tarafından Michael Stahl's avatar Michael Stahl

RepositoryExternal: fix confusing condition

This looks like it does XOR but vmiklos says it should do OR.

Change-Id: I11cee255fb243d0cd763e97d13da1e31a8e598e9
üst 911261a3
......@@ -183,7 +183,7 @@ endef
endif # SYSTEM_CPPUNIT
ifeq ($(ENABLE_OPENGL)$(if $(filter ANDROID,$(OS)),TRUE),TRUE)
ifneq ($(ENABLE_OPENGL)$(if $(filter ANDROID,$(OS)),TRUE),)
ifneq ($(SYSTEM_GLEW),)
define gb_LinkTarget__use_glew
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment