Skip to content

Commit

Permalink
Merge pull request BinaryAnalysisPlatform#111 from ivg/disable-intern…
Browse files Browse the repository at this point in the history
…al-plugins

Disables dynamic autoloading of internal plugins.
  • Loading branch information
ivg committed Feb 28, 2015
2 parents 3992607 + 63166a0 commit 3e55684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Library elf_backend
Path: lib/bap_image/
FindlibParent: bap_image
FindlibName: elf_backend
XMETAExtraLines: plugin_system = "bap.image"
XMETAExtraLines: plugin_system = "bap.image.disabled"
CompiledObject: best
BuildDepends: bap, core_kernel
Modules: Image_elf
Expand Down Expand Up @@ -254,7 +254,7 @@ Library llvm
CCOpt: $cc_optimization
CCLib: $llvm_lib $cxxlibs $llvm_ldflags
CSources: llvm_disasm.h, llvm_disasm.c, llvm_stubs.c
XMETAExtraLines: plugin_system = "bap.disasm"
XMETAExtraLines: plugin_system = "bap.disasm.disabled"


Library types_test
Expand Down

0 comments on commit 3e55684

Please sign in to comment.