Fix zig fetch command for emsdk

This commit is contained in:
Nikolas 2025-09-01 20:51:24 +02:00
parent c7ea429994
commit 9ad8b8ba74
No known key found for this signature in database
GPG Key ID: E95F679E3CDD9784

View File

@ -121,7 +121,7 @@ raylib_artifact.root_module.addCMacro("SUPPORT_FILEFORMAT_JPG", "");
To export your project for the web, first add emsdk to your dependencies. To export your project for the web, first add emsdk to your dependencies.
Its also possible to use a local emsdk folder. Its also possible to use a local emsdk folder.
`zig fetch --save git+https://github.com/emscripten-core/emsdk#4.0.9` `zig fetch --save=emsdk git+https://github.com/emscripten-core/emsdk#4.0.9`
Add this to your build method to build for the web Add this to your build method to build for the web