mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
docs/emscripten: --embed-file does not accept a '='
This commit is contained in:

committed by
Anonymous Maarten

parent
2eaf73d9e0
commit
5415909f2d
@@ -317,7 +317,7 @@ The _easiest_ (but not the best) way to get at your data files is to embed
|
||||
them in the app itself. Emscripten's linker has support for automating this.
|
||||
|
||||
```bash
|
||||
emcc -o index.html loopwave.c --embed-file=../test/sample.wav@/sounds/sample.wav
|
||||
emcc -o index.html loopwave.c --embed-file ../test/sample.wav@/sounds/sample.wav
|
||||
```
|
||||
|
||||
This will pack ../test/sample.wav in your app, and make it available at
|
||||
|
Reference in New Issue
Block a user