LLVM_ROOT = '/opt/local/libexec/llvm-devel/bin' # directory
BINARYEN_ROOT = '/opt/local' # directory

# Location of the node binary to use for running the JS parts of the compiler.
# This engine must exist, or nothing can be compiled.
NODE_JS = '/opt/local/bin/node' # executable

JAVA = '{}/bin/java' # executable

FROZEN_CACHE = True # never clears the cache, and disallows building to the cache
