diff options
| author | Ray <[email protected]> | 2017-10-20 12:13:21 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-10-20 12:13:21 +0200 |
| commit | d9d9546ee5704201571a7875e6f5e40784490e6f (patch) | |
| tree | 855972f1c30c80a1d0dcaf7e562b2e1f85ed8725 /examples/Makefile | |
| parent | 53280a56e3f4ab576fafeb75a68031fcdc4089fa (diff) | |
| download | raylib-d9d9546ee5704201571a7875e6f5e40784490e6f.tar.gz raylib-d9d9546ee5704201571a7875e6f5e40784490e6f.zip | |
Updated to latest library version
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile index bd4552cb..a6040f14 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 |
