From f2f30800a9e2ea05a1ef866c6f4f1ec1629a81b1 Mon Sep 17 00:00:00 2001 From: Nikolape <36335235+Nikolape@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:27:12 +0100 Subject: [PATCH] EMSDK_PATH is on line 170 and not on line 181 --- Working-for-Web-(HTML5).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 2b892e4..22c959c 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -66,7 +66,7 @@ The compilation will generate some warnings but it should compile successfully. #### For Windows users : -Before compiling raylib, make sure all paths to emscripten installation (`EMSDK_PATH`) and emscripten required tools (Clang, Python, Node) are correctly configured on `raylib/src/Makefile`, you must verify [these lines](https://github.com/raysan5/raylib/blob/master/src/Makefile#L181). +Before compiling raylib, make sure all paths to emscripten installation (`EMSDK_PATH`) and emscripten required tools (Clang, Python, Node) are correctly configured on `raylib/src/Makefile`, you must verify [these lines](https://github.com/raysan5/raylib/blob/master/src/Makefile#L170). From command-line, the following line must be called: