Dominic Szablewski 5 years ago
parent
commit
b5799bfc21
1 changed files with 4 additions and 4 deletions
  1. 4 4
      build.sh

+ 4 - 4
build.sh View File

21
 # source ./emsdk_env.sh
21
 # source ./emsdk_env.sh
22
 
22
 
23
 # The $EMSCRIPTEN_LIB var needs to point to the correct directory within the sdk
23
 # The $EMSCRIPTEN_LIB var needs to point to the correct directory within the sdk
24
-# that has emmalloc.cpp. This usually is $EMSDK/fastcomp/emscripten/system/lib
25
-# but this might differ per system. I don't know.
26
-# per system. There used to be an $EMSCRIPTEN var set by the emsdk_env script
27
-# that pointed to the correct directory, but this seems to have gone too.
24
+# that has emmalloc.cpp. This is usually $EMSDK/fastcomp/emscripten/system/lib
25
+# but it might differ per system. I don't know.
26
+# There used to be an $EMSCRIPTEN var set by the emsdk_env script that pointed
27
+# to the correct directory, but this seems to have gone now.
28
 
28
 
29
 # In conclusion, emscripten encapsulates everything that I hate about native 
29
 # In conclusion, emscripten encapsulates everything that I hate about native 
30
 # development :/
30
 # development :/