Pārlūkot izejas kodu

Fix examples Makefile for PLATFORM_WEB

pull/4434/head
asdqwe pirms 2 mēnešiem
vecāks
revīzija
04968a055b
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. +5
    -1
      examples/Makefile

+ 5
- 1
examples/Makefile Parādīt failu

@ -197,7 +197,11 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
MAKE = mingw32-make
endif
ifeq ($(TARGET_PLATFORM),PLATFORM_WEB)
MAKE = mingw32-make
ifneq (, $(shell type emmake))
MAKE = emmake make
else
MAKE = mingw32-make
endif
endif
# Define compiler flags: CFLAGS

Notiek ielāde…
Atcelt
Saglabāt