From d4fc8a23ab74275f6ab3f2134a203e6e72a639e0 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 12 Jul 2013 10:44:25 +0200 Subject: [PATCH] Forward auto-debuild option withSIP --- build_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system.py b/build_system.py index c26673d..63a236e 100644 --- a/build_system.py +++ b/build_system.py @@ -103,7 +103,7 @@ try: 'waitAfterConfig': waitAfterConfig, } # copy some more optional configuration - for option in ('epoch', 'dbgPackage', 'section', 'withPython2', 'binarySkipFiles', 'binaryInstallFiles', + for option in ('epoch', 'dbgPackage', 'section', 'withPython2', 'withSIP', 'binarySkipFiles', 'binaryInstallFiles', 'buildDepends', 'binaryDepends', 'binaryShims', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', 'binaryBreaks', 'binaryReplaces', 'binaryBreaksReplaces', 'alternatives', 'cmakeParameters', 'automakeParameters'): -- 2.30.2