I hereby claim:
- I am Daxx on github.
- I am daxx (https://keybase.io/daxx) on keybase.
- I have a public key whose fingerprint is BA2B 1AC8 1277 3176 7221 0594 B83C 95AF 351B 1EA0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying that "daxxio.id" is my Blockstack ID. https://onename.com/daxxio |
| --- /usr/share/emscripten/tools/shared_ORIG.py 2014-02-06 00:18:33.000000000 | |
| +++ /usr/share/emscripten/tools/shared.py 2014-11-21 02:58:05.000000000 | |
| @@ -274,19 +274,20 @@ | |
| actual_clang_version = None | |
| def get_clang_version(): | |
| global actual_clang_version | |
| if actual_clang_version is None: | |
| - actual_clang_version = Popen([CLANG, '-v'], stderr=PIPE).communicate()[1].split('\n')[0].split(' ')[2] |