Age | Commit message (Collapse) | Author |
|
freetype-config
|
|
|
|
|
|
|
|
Extract a function to build path to GL books' samples.
|
|
|
|
Reworked `build_library`:
|
|
|
|
|
|
- Prevent file handle leaking
- Print first error log when second build attempt fails (way easier to debug/analyze)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make EMSCRIPTEN_ROOT path available in Environment
|
|
|
|
nicely with shared folders
|
|
|
|
|
|
|
|
|
|
don't pass EMCC specific flags on when configuring using clang
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|