Created
November 19, 2017 16:39
-
-
Save armand1m/fe0ed3a9aa9fa5da216cbb3d03a01d23 to your computer and use it in GitHub Desktop.
Fix emscripten LLVM problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Replace the path for LLVM and Emscripten for these: | |
EMSCRIPTEN_ROOT = os.path.expanduser( | |
os.getenv('EMSCRIPTEN') or | |
'/usr/local/opt/emscripten/libexec') | |
LLVM_ROOT = os.path.expanduser( | |
os.getenv('LLVM') or | |
'/usr/local/opt/emscripten/libexec/llvm/bin') | |
# Just change tha path of `/usr/local/opt/emscripten` to the path in the brew Cellardor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment