diff options
| author | Ray <[email protected]> | 2019-05-21 10:16:52 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-21 10:16:52 +0200 |
| commit | 8db2203bccea99aad83de63c00b594cce87d59da (patch) | |
| tree | d06173d5e5f225a05c7feb7f4cc7687f367f176d /examples | |
| parent | 3dfbeb54884d992c9c080e1cc76e8273a6fc8ceb (diff) | |
| download | raylib-8db2203bccea99aad83de63c00b594cce87d59da.tar.gz raylib-8db2203bccea99aad83de63c00b594cce87d59da.zip | |
Review paths
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 67f7c824..14c7ec9e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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 |
