File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -337,14 +337,14 @@ installed and configured.
337
337
338
338
Don't forget to adapt `EMSCRIPTEN_PREFIX` variable in `generic/Emscripten.cmake`
339
339
to path where Emscripten is installed. Default is `/usr/emscripten`. Emscripten
340
- supports dynamic only to simplify porting and they are generally slower, thus
341
- `BUILD_STATIC` is implicitly enabled.
340
+ supports dynamic libraries only to simplify porting and they are generally
341
+ slower, thus `BUILD_STATIC` is implicitly enabled.
342
342
343
343
Then create build directory and run cmake and make in it. The toolchain needs
344
344
access to its platform file, so be sure to properly set **absolute** path to
345
- `modules/` directory containing `Platform/Emscripten.cmake`. Default is
346
- `/usr/emscripten`. Also set ` CMAKE_INSTALL_PREFIX` to value which is contained
347
- in `CMAKE_FIND_ROOT_PATH` in toolchain file.
345
+ `modules/` directory containing `Platform/Emscripten.cmake`. Also set
346
+ `CMAKE_INSTALL_PREFIX` to value which is contained in `CMAKE_FIND_ROOT_PATH` in
347
+ toolchain file.
348
348
349
349
mkdir -p build-emscripten
350
350
cd build-emscripten
You can’t perform that action at this time.
0 commit comments