aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-21 10:16:52 +0200
committerRay <raysan5@gmail.com>2019-05-21 10:16:52 +0200
commit8db2203bccea99aad83de63c00b594cce87d59da (patch)
treed06173d5e5f225a05c7feb7f4cc7687f367f176d /src
parent3dfbeb54884d992c9c080e1cc76e8273a6fc8ceb (diff)
downloadraylib-8db2203bccea99aad83de63c00b594cce87d59da.tar.gz
raylib-8db2203bccea99aad83de63c00b594cce87d59da.zip
Review paths
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 24d12ec7..15767561 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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