This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients steve.dower, tim.golden, zach.ware
Date 2015-04-03.08:33:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428050026.69.0.479392405161.issue23856@psf.upfronthosting.co.za>
In-reply-to
Content
PCBuild\build.bat takes an argument of -e to pull in external libraries. 

Either by accident or by design the main build will run in addition. However if you'd run pcbuild -e simply to pull in externals, you might not have specified extra build params, such as -d or -p x64.

The attached patch naively drops out after get_externals has been called; other possibilities might include carrying on if -e was not the only parameter.
History
Date User Action Args
2015-04-03 08:33:46tim.goldensetrecipients: + tim.golden, zach.ware, steve.dower
2015-04-03 08:33:46tim.goldensetmessageid: <1428050026.69.0.479392405161.issue23856@psf.upfronthosting.co.za>
2015-04-03 08:33:46tim.goldenlinkissue23856 messages
2015-04-03 08:33:46tim.goldencreate