From 43cdbce0ad901853e23660e0513a5989d5faff05 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 16 Dec 2024 00:37:18 +0100 Subject: [PATCH] Update Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 6306f59..462afa3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -113,7 +113,7 @@ endif ifeq ($(PLATFORM),PLATFORM_WEB) # Emscripten required variables - EMSDK_PATH ?= C:/emsdk + EMSDK_PATH ?= C:/raylib/emsdk EMSCRIPTEN_VERSION ?= 1.38.32 CLANG_VERSION = e$(EMSCRIPTEN_VERSION)_64bit PYTHON_VERSION = 2.7.13.1_64bit\python-2.7.13.amd64