diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-29 12:35:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-29 12:35:42 +0000 |
commit | e7b9c6e2552a861a949585c38e2a881f5cdcb0a7 (patch) | |
tree | c72fafe3218c53a8ec79c2ec849ddd54d15265aa /.lgtm.yml | |
parent | fix (diff) | |
download | mutator-e7b9c6e2552a861a949585c38e2a881f5cdcb0a7.tar.gz mutator-e7b9c6e2552a861a949585c38e2a881f5cdcb0a7.zip |
added libwasm32 as a lua module to bruiser now. you can get a quick wasm dump like that. some updates here and there to the READMEs. there is also a gitter group now. come say hi.and join please.
Diffstat (limited to '')
-rw-r--r-- | .lgtm.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,9 +10,8 @@ extraction: cpp: prepare: # Customizable step used by all languages. packages: - - g++-8 - libcapstone-dev - - libllvm6.0 + - llvm-8-dev after_prepare: # Customizable step used by all languages. - mkdir -p $LGTM_WORKSPACE/latest-gcc-symlinks - ln -s /usr/bin/g++-6 $LGTM_WORKSPACE/latest-gcc-symlinks/g++ |