Browse Source

Fix a variable naming mistake

pull/108/head
JP Cimalando Filipe Coelho <falktx@falktx.com> 6 years ago
parent
commit
19d88d2db5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -25,7 +25,7 @@ ifeq ($(HAVE_CAIRO),true)
$(MAKE) all -C examples/CairoUI $(MAKE) all -C examples/CairoUI
endif endif


ifneq ($(MACOS_OR_WIN32),true)
ifneq ($(MACOS_OR_WINDOWS),true)
# ExternalUI is WIP # ExternalUI is WIP
$(MAKE) all -C examples/ExternalUI $(MAKE) all -C examples/ExternalUI
install -d bin/d_extui-dssi install -d bin/d_extui-dssi


Loading…
Cancel
Save