Ver a proveniência

REVIEWED: PLATFORM_OS for PLATFORM_WEB

pull/2342/head
raysan5 há 4 anos
ascendente
cometimento
6ef6dbff2d
1 ficheiros alterados com 10 adições e 0 eliminações
  1. +10
    -0
      src/Makefile

+ 10
- 0
src/Makefile Ver ficheiro

@ -148,6 +148,16 @@ ifeq ($(PLATFORM),PLATFORM_DRM)
PLATFORM_OS = LINUX PLATFORM_OS = LINUX
endif endif
endif endif
ifeq ($(PLATFORM),PLATFORM_WEB)
ifeq ($(OS),Windows_NT)
PLATFORM_OS = WINDOWS
else
UNAMEOS = $(shell uname)
ifeq ($(UNAMEOS),Linux)
PLATFORM_OS = LINUX
endif
endif
endif
ifeq ($(PLATFORM),PLATFORM_WEB) ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables # Emscripten required variables

Carregando…
Cancelar
Guardar