Fix zig fetch command for emsdk
This commit is contained in:
parent
c7ea429994
commit
9ad8b8ba74
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue