Source build needs to have a full build available to draw some files from.

This commit is contained in:
Robin Dunn
2016-09-30 13:43:30 -07:00
parent c56918b7ea
commit 936cdb7a66

View File

@@ -232,7 +232,7 @@ def makeFactory(port, buildType='buildOnly', pyVer='2.7'):
mode=mode, method=method))
if buildType == 'sdist':
cmd = 'python -u build.py %s setrev dox touch etg sip sdist --upload' % pyVer
cmd = 'python -u build.py %s setrev dox touch etg sip build sdist --upload' % pyVer
elif buildType == 'docs':
cmd = 'python -u build.py %s setrev dox touch etg sip build wxlib ' \