Age | Commit message (Collapse) | Author |
|
Extract check_clang_version into an own function and correct checking so...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reworked `build_library`:
|
|
|
|
- Prevent file handle leaking
- Print first error log when second build attempt fails (way easier to debug/analyze)
|
|
|
|
works with Debian, too.
Version string in Debian is: "Debian clang version"!
|
|
|
|
|
|
Make EMSCRIPTEN_ROOT path available in Environment
|
|
|
|
nicely with shared folders
|
|
|
|
|
|
|
|
|
|
Add ability to use versioned llvm binaries
|
|
|
|
Some distributions in order to have multiple version of the same
tool add the version to the binary. Teach emscripten about
an environment variable called LLVM_ADD_VERSION that add the version
to the binary when building its path.
This let me use emscripten on debian sid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checks in EMCC_DEBUG mode
|
|
|