Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed May 9, 2020
1 parent 1d274a7 commit b5799bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# source ./emsdk_env.sh

# The $EMSCRIPTEN_LIB var needs to point to the correct directory within the sdk
# that has emmalloc.cpp. This usually is $EMSDK/fastcomp/emscripten/system/lib
# but this might differ per system. I don't know.
# per system. There used to be an $EMSCRIPTEN var set by the emsdk_env script
# that pointed to the correct directory, but this seems to have gone too.
# that has emmalloc.cpp. This is usually $EMSDK/fastcomp/emscripten/system/lib
# but it might differ per system. I don't know.
# There used to be an $EMSCRIPTEN var set by the emsdk_env script that pointed
# to the correct directory, but this seems to have gone now.

# In conclusion, emscripten encapsulates everything that I hate about native
# development :/
Expand Down

0 comments on commit b5799bf

Please sign in to comment.