Skip to content

Commit 7593297

Browse files
committed
Update Makefile
1 parent ef948e2 commit 7593297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ endif
9696
ifeq ($(PLATFORM_OS),WINDOWS)
9797
ifeq ($(PLATFORM),PLATFORM_WEB)
9898
# Emscripten required variables
99-
EMSDK_PATH ?= C:/emsdk
99+
EMSDK_PATH ?= C:/raylib/emsdk
100100
EMSCRIPTEN_PATH ?= $(EMSDK_PATH)/upstream/emscripten
101101
CLANG_PATH = $(EMSDK_PATH)/upstream/bin
102102
PYTHON_PATH = $(EMSDK_PATH)/python/3.9.2-nuget_64bit

0 commit comments

Comments
 (0)