diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 726534f..22ef693 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,2 +1,6 @@ -SUBDIRS = androhelpers devdbg libcsem mobicore pychrysa python readelf ropgadgets stackvars +if HAVE_PYTHON3_CONFIG + PYTHON3_SUBDIRS = pychrysa python +endif + +SUBDIRS = androhelpers devdbg libcsem mobicore $(PYTHON3_SUBDIRS) readelf ropgadgets stackvars |