summaryrefslogtreecommitdiff
path: root/scripts/test/s2wasm.py
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-12 19:21:02 +0200
committerAlon Zakai <alonzakai@gmail.com>2017-04-12 10:21:02 -0700
commit0f3102d13617e70b598e7d82f12684d8fa01969b (patch)
treea14c68c36008ac4cdbf64ce8266c0e13abf9fdfb /scripts/test/s2wasm.py
parent4d452bd81adbd18ef793ab1a02f28c15abc080d3 (diff)
downloadbinaryen-0f3102d13617e70b598e7d82f12684d8fa01969b.tar.gz
binaryen-0f3102d13617e70b598e7d82f12684d8fa01969b.tar.bz2
binaryen-0f3102d13617e70b598e7d82f12684d8fa01969b.zip
Fix install locations per FHS and allow to customize them (#958)
* Fix install locations per FHS and allow to customize them Include built-in cmake module GNUInstallDirs that defines customizable CMAKE_INSTALL_* variables with common defaults per FHS. New FS structure when installed with `CMAKE_INSTALL_PREFIX=/usr`, `BUILD_SHARED_LIBS=ON`: usr ├── bin │   ├── asm2wasm │   ├── s2wasm │   ├── wasm-as │   ├── wasm-dis │   ├── wasm-opt │   └── wasm-shell ├── include │   └── binaryen-c.h ├── lib64 │   └── libbinaryen.so └── share │ └── binaryen │ ├── binaryen.js │ └── wasm.js └── src └── js ├── binaryen.idl ├── binaryen.js-extended.js ├── binaryen.js-post.js └── binaryen.js-pre.js See https://cmake.org/cmake/help/v2.8.7/cmake.html#module:GNUInstallDirs for more information about used variables. Fixes #951
Diffstat (limited to 'scripts/test/s2wasm.py')
0 files changed, 0 insertions, 0 deletions