mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fixed bug in jenkins.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user