Fix typo leading to missing glBars
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
efc37574ed
commit
6fcb422b03
1 changed files with 2 additions and 2 deletions
|
@ -205,8 +205,8 @@ PLUGIN_FILES += Cardinal/src/HostParameters-Map.cpp
|
|||
PLUGIN_FILES += Cardinal/src/HostTime.cpp
|
||||
PLUGIN_FILES += Cardinal/src/TextEditor.cpp
|
||||
|
||||
ifeq ($(USE_GLES2),true)
|
||||
ifeq ($(USE_GLES3),true)
|
||||
ifneq ($(USE_GLES2),true)
|
||||
ifneq ($(USE_GLES3),true)
|
||||
PLUGIN_FILES += Cardinal/src/glBars.cpp
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue