diff options
| author | Ray <[email protected]> | 2017-10-22 20:07:40 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-10-22 20:07:40 +0200 |
| commit | 2ba43b595ec1129bd08b89104d5e0fa962d5b2b8 (patch) | |
| tree | 04e6dac350ecb354600b1019cc98fdbce03198c1 | |
| parent | ad31730b6abdb07cb2450c4e3795ba921709da19 (diff) | |
| parent | 18601f761935cd81b0f6298e22885c9bc6b5ee6e (diff) | |
| download | raylib-2ba43b595ec1129bd08b89104d5e0fa962d5b2b8.tar.gz raylib-2ba43b595ec1129bd08b89104d5e0fa962d5b2b8.zip | |
Update file
| -rw-r--r-- | examples/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile index b0e6ff92..edcff807 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -71,8 +71,8 @@ endif ifeq ($(PLATFORM),PLATFORM_WEB) # Emscripten required variables EMSDK_PATH = C:/emsdk - EMSCRIPTEN_VERSION = 1.37.9 - CLANG_VERSION=e1.37.9_64bit + EMSCRIPTEN_VERSION = 1.37.21 + CLANG_VERSION=e1.37.21_64bit PYTHON_VERSION=2.7.5.3_64bit NODE_VERSION=4.1.1_64bit export PATH=$(EMSDK_PATH);$(EMSDK_PATH)\clang\$(CLANG_VERSION);$(EMSDK_PATH)\node\$(NODE_VERSION)\bin;$(EMSDK_PATH)\python\$(PYTHON_VERSION);$(EMSDK_PATH)\emscripten\$(EMSCRIPTEN_VERSION);C:\raylib\MinGW\bin:$$(PATH) @@ -160,7 +160,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) # -s ALLOW_MEMORY_GROWTH=1 # to allow memory resizing # -s TOTAL_MEMORY=16777216 # to specify heap memory size (default = 16MB) # -s USE_PTHREADS=1 # multithreading support - CFLAGS += -s USE_GLFW=3 -s ASSERTIONS=1 --profiling TOTAL_MEMORY=16777216 --preload-file resources + CFLAGS += -s USE_GLFW=3 -s ASSERTIONS=1 --profiling -s TOTAL_MEMORY=16777216 --preload-file resources endif # Define include paths for required headers |
