diff options
Diffstat (limited to 'Makefile.python.am')
| -rw-r--r-- | Makefile.python.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.python.am b/Makefile.python.am index f158ff5df..7d30ff19c 100644 --- a/Makefile.python.am +++ b/Makefile.python.am @@ -28,7 +28,8 @@ install-exec-local: $(top_builddir)/ipasetup.py --prefix "$(DESTDIR)$(prefix)" \ --single-version-externally-managed \ --record "$(DESTDIR)$(pkgpythondir)/install_files.txt" \ - --optimize 1; \ + --optimize 1 \ + $(PYTHON_INSTALL_EXTRA_OPTIONS); \ fi uninstall-local: |
