diff --git a/scripts/jenkins.py b/scripts/jenkins.py index 229170d32..28d8e662a 100644 --- a/scripts/jenkins.py +++ b/scripts/jenkins.py @@ -69,7 +69,7 @@ class Builder: qmake_call = ['qmake'] + qmake_args if dev_build: - qmake_call += ['"SWIFT_CONFIG.devBranch=true"'] + qmake_call += ['SWIFT_CONFIG.devBranch=true'] if eolInMonth > 0: eolYear = date.today().year