Skip to content

Instantly share code, notes, and snippets.

@armand1m
Created November 19, 2017 16:39
Show Gist options
  • Save armand1m/fe0ed3a9aa9fa5da216cbb3d03a01d23 to your computer and use it in GitHub Desktop.
Save armand1m/fe0ed3a9aa9fa5da216cbb3d03a01d23 to your computer and use it in GitHub Desktop.
Fix emscripten LLVM problems
# 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