Browse Source

Review paths

pull/849/head
Ray 5 years ago
parent
commit
8db2203bcc
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      examples/Makefile
  2. +1
    -1
      src/Makefile

+ 1
- 1
examples/Makefile View File

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

+ 1
- 1
src/Makefile View File

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

Loading…
Cancel
Save