mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Make the dist dir if it doesn’t exist
This commit is contained in:
4
build.py
4
build.py
@@ -1482,6 +1482,10 @@ def cmd_install_py(options, args):
|
|||||||
def cmd_build_pdbzip(options, args):
|
def cmd_build_pdbzip(options, args):
|
||||||
if isWindows and options.relwithdebug:
|
if isWindows and options.relwithdebug:
|
||||||
cmdTimer = CommandTimer('build_pdbzip')
|
cmdTimer = CommandTimer('build_pdbzip')
|
||||||
|
|
||||||
|
if not os.path.exists('dist'):
|
||||||
|
os.mkdir('dist')
|
||||||
|
|
||||||
cfg = Config()
|
cfg = Config()
|
||||||
filenames = glob.glob('./wx/*.pdb')
|
filenames = glob.glob('./wx/*.pdb')
|
||||||
if not filenames:
|
if not filenames:
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ c['schedulers'].append( ForceScheduler(
|
|||||||
# incrementals won't work.
|
# incrementals won't work.
|
||||||
#
|
#
|
||||||
# buildargs: Adds additional flags or commands to the build.py command
|
# 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
|
# the "dist-*" builders from making snapshot builds to making release
|
||||||
# builds.
|
# builds.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user