summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2021-12-10 10:42:13 +0100
committerRay <[email protected]>2021-12-10 10:42:13 +0100
commit77871025739498d5e0837c7807e8da70511c255f (patch)
treedd26359aaa210f3bc2067d06519c24932a9aaf6a
parentc0715c122517c0fffa97a8f99252302d1df4f0f8 (diff)
downloadraylib-77871025739498d5e0837c7807e8da70511c255f.tar.gz
raylib-77871025739498d5e0837c7807e8da70511c255f.zip
Remove hardcoded path #2200
-rw-r--r--examples/Makefile.Web2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.Web b/examples/Makefile.Web
index 4aaf54a1..6e65619b 100644
--- a/examples/Makefile.Web
+++ b/examples/Makefile.Web
@@ -128,7 +128,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
CLANG_PATH = $(EMSDK_PATH)/upstream/bin
PYTHON_PATH = $(EMSDK_PATH)/python/3.9.2-1_64bit
NODE_PATH = $(EMSDK_PATH)/node/14.15.5_64bit/bin
- export PATH = $(EMSDK_PATH);$(EMSCRIPTEN_PATH);$(CLANG_PATH);$(NODE_PATH);$(PYTHON_PATH);C:\raylib\MinGW\bin:$$(PATH)
+ export PATH = $(EMSDK_PATH);$(EMSCRIPTEN_PATH);$(CLANG_PATH);$(NODE_PATH);$(PYTHON_PATH):$$(PATH)
endif
# Define raylib release directory for compiled library.