|
@@ -21,10 +21,10 @@
|
21
|
21
|
# source ./emsdk_env.sh
|
22
|
22
|
|
23
|
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
|
29
|
# In conclusion, emscripten encapsulates everything that I hate about native
|
30
|
30
|
# development :/
|