Browse Source

Update Makefile

pull/795/head
Ray 6 years ago
parent
commit
f939f6abc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile View File

@ -155,7 +155,7 @@ endif
ifeq ($(PLATFORM),PLATFORM_WEB) ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables # Emscripten required variables
EMSDK_PATH = C:/emsdk EMSDK_PATH = C:/emsdk
EMSCRIPTEN_VERSION ?= 1.38.21
EMSCRIPTEN_VERSION ?= 1.38.30
CLANG_VERSION = e$(EMSCRIPTEN_VERSION)_64bit CLANG_VERSION = e$(EMSCRIPTEN_VERSION)_64bit
PYTHON_VERSION = 2.7.13.1_64bit\python-2.7.13.amd64 PYTHON_VERSION = 2.7.13.1_64bit\python-2.7.13.amd64
NODE_VERSION = 8.9.1_64bit NODE_VERSION = 8.9.1_64bit

Loading…
Cancel
Save