diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2012-09-15 14:27:15 +0200 |
---|---|---|
committer | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2012-09-18 19:06:55 +0200 |
commit | feb4433e07d5612c996e9d4521238a14034d85c8 (patch) | |
tree | d45b75484602d5048ec8084af459269fb4747955 /AUTHORS | |
parent | 7667ffacc92589a851e4bc5aca3f8aaad289ecb4 (diff) |
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.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ a license to everyone to use it as detailed in LICENSE.) * James Pike <totoro.friend@chilon.net> * Mokhtar Naamani <mokhtar.naamani@gmail.com> * Benjamin Stover <benjamin.stover@gmail.com> - +* Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> |