소스 검색

docs/emscripten: --embed-file does not accept a '='

Anonymous Maarten 9 달 전
부모
커밋
5415909f2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/README-emscripten.md

+ 1 - 1
docs/README-emscripten.md

@@ -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