Skip to content

Commit 5852608

Browse files
authored
Fixed Emscripten/CMake instructions
1 parent bddc795 commit 5852608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cmake --build out --config Release
4444
```
4545
And also Emscripten:
4646
```
47-
emcmake cmake --build out --config Release
47+
emcmake cmake -B out -DCMAKE_BUILD_TYPE=Release
4848
cmake --build out --config Release
4949
```
5050
Or generate a Visual Studio solution, for example:

0 commit comments

Comments
 (0)