Skip to content

Commit

Permalink
docs(common): apply review comments
Browse files Browse the repository at this point in the history
Co-authored-by: Eberhard Beilharz <[email protected]>
Co-authored-by: Marc Durdin <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent f18bba2 commit d86e499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/linux-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cd emsdk
./emsdk activate 3.1.58
cd upstream/emscripten
npm install
export EMSCRIPTEN_BASE="$(pwd)/upstream/emscripten"
export EMSCRIPTEN_BASE="$(pwd)"
echo "export EMSCRIPTEN_BASE=\"$EMSCRIPTEN_BASE\"" >> .bashrc
```

Expand Down
2 changes: 1 addition & 1 deletion docs/build/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ emsdk install 3.1.58
emsdk activate 3.1.58
cd upstream/emscripten
npm install
export EMSCRIPTEN_BASE="$(pwd)/upstream/emscripten"
export EMSCRIPTEN_BASE="$(pwd)"
echo "export EMSCRIPTEN_BASE=\"$EMSCRIPTEN_BASE\"" >> .bashrc
```

Expand Down

0 comments on commit d86e499

Please sign in to comment.