Update emsdk path on Windows to match new raylib installer package
This commit is contained in:
parent
76016aae20
commit
5e6cdf3a73
5 changed files with 5 additions and 5 deletions
|
@ -114,7 +114,7 @@ endif
|
|||
|
||||
ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||
# Emscripten required variables
|
||||
EMSDK_PATH ?= C:/emsdk
|
||||
EMSDK_PATH ?= C:/raylib/emsdk
|
||||
EMSCRIPTEN_PATH ?= $(EMSDK_PATH)/upstream/emscripten
|
||||
CLANG_PATH = $(EMSDK_PATH)/upstream/bin
|
||||
PYTHON_PATH = $(EMSDK_PATH)/python/3.9.2-nuget_64bit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue