瀏覽代碼

Fix examples Makefile for PLATFORM_WEB

pull/4434/head
asdqwe 2 月之前
父節點
當前提交
04968a055b
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      examples/Makefile

+ 5
- 1
examples/Makefile 查看文件

@ -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

Loading…
取消
儲存