Sfoglia il codice sorgente

Replace tab with spaces

pull/4434/head
asdqwe 2 mesi fa
parent
commit
97a6338f61
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Vedi File

@ -197,7 +197,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
MAKE = mingw32-make
endif
ifeq ($(TARGET_PLATFORM),PLATFORM_WEB)
EMMAKE != type emmake
EMMAKE != type emmake
ifneq (, $(EMMAKE))
MAKE = emmake make
else

Caricamento…
Annulla
Salva