Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only file_packager preloading gets preloaded Images and Audios
|
|
emcc
|
|
|
|
|
|
emlibtool is a big TODO right now. The only reason this was
not causing problems is that autotools-generated configure does
NOT get libtool from environment variables.
|
|
Such that:
1. Packages installed into system/ or system/local are found
by configure.
2. System packages are NOT found.
This can be a pain sometimes. Can be overriden by setting
EM_PKG_CONFIG_PATH to additional locations.
|
|
Now one can do:
emconfigure ./configure --prefix=/path/to/emscripten/local
And then make install to there, like a real /usr/local. No
manual bitcode moving.
Now if there was a way to change default prefix of configure
using an env var...
|