Fixed bug in jenkins.py

This commit is contained in:
Mat Sutcliffe
2019-11-01 10:46:05 +00:00
parent 9345b13e28
commit 65c1f3d778

View File

@@ -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