From 96b368ed149cab637d40d1b0c02f1a1cd97b0d5b Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 2 Sep 2016 16:58:13 +0300 Subject: [PATCH] Mac: Fix typo in make_distrib.py --- tools/make_distrib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_distrib.py b/tools/make_distrib.py index ebe5de337..2493c2024 100644 --- a/tools/make_distrib.py +++ b/tools/make_distrib.py @@ -621,7 +621,7 @@ elif platform == 'macosx': copy_dir(os.path.join(build_dir, 'cefclient.app/Contents/Frameworks/%s.framework' % framework_name), \ os.path.join(dst_dir, '%s.framework' % framework_name), options.quiet) - if not options.nosymbols + if not options.nosymbols: # create the symbol output directory symbol_output_dir = create_output_dir(output_dir_name + '_debug_symbols', options.outputdir)