diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-05-05 09:41:01 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-05-05 10:26:01 -0700 |
commit | 715d1becddcb89c49d71aa19e62ed27f967e5860 (patch) | |
tree | 546dd534511b228a9b46c9d1b491db3a335cad80 /check.py | |
parent | 9afdb5e5512ae4c9c23d7f2d41a35e63ecc3a0f5 (diff) | |
download | binaryen-715d1becddcb89c49d71aa19e62ed27f967e5860.tar.gz binaryen-715d1becddcb89c49d71aa19e62ed27f967e5860.tar.bz2 binaryen-715d1becddcb89c49d71aa19e62ed27f967e5860.zip |
add optimization to c api, and so that we can find all passes in the c api library, make it dynamic
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ WATERFALL_BUILD_DIR = os.path.join(BASE_DIR, 'wasm-install') BIN_DIR = os.path.abspath(os.path.join(WATERFALL_BUILD_DIR, 'wasm-install', 'bin')) os.environ['BINARYEN'] = os.getcwd() +os.environ['LD_LIBRARY_PATH'] = 'lib' # find our dynamic libraries def fetch_waterfall(): rev = open(os.path.join('test', 'revision')).read().strip() |