Make the dist dir if it doesn’t exist

This commit is contained in:
Robin Dunn
2017-05-07 11:45:29 -07:00
parent e895f1e87a
commit 35fa39208d
2 changed files with 5 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ c['schedulers'].append( ForceScheduler(
# incrementals won't work.
#
# buildargs: Adds additional flags or commands to the build.py command
# line. For example, adding '--release' will (in theory) switch
# line. For example, adding '--releases' will (in theory) switch
# the "dist-*" builders from making snapshot builds to making release
# builds.