From 6f031a4bafedbd6baff833a990382a10825b108d Mon Sep 17 00:00:00 2001 From: Kazunari Sekigawa Date: Mon, 1 Mar 2021 19:23:21 +0900 Subject: [PATCH] Added a new option to control "-without-qt-uitools" --- macbuild/build4mac.py | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/macbuild/build4mac.py b/macbuild/build4mac.py index 5e3e884be..6148357b1 100755 --- a/macbuild/build4mac.py +++ b/macbuild/build4mac.py @@ -34,7 +34,7 @@ def Get_Default_Config(): Usage = "\n" Usage += "---------------------------------------------------------------------------------------------------------\n" Usage += "<< Usage of 'build4mac.py' >>\n" - Usage += " for building KLayout 0.26.1 or later on different Apple Mac OSX platforms.\n" + Usage += " for building KLayout 0.26.11 or later on different Apple Mac OSX platforms.\n" Usage += "\n" Usage += "$ [python] ./build4mac.py \n" Usage += " option & argument : descriptions (refer to 'macbuild/build4mac_env.py' for details)| default value\n" @@ -58,6 +58,7 @@ def Get_Default_Config(): Usage += " : Ana3: use Python 3.7 from Anaconda3 | \n" Usage += " : HBAuto: use the latest Python 3.x auto-detected from Homebrew | \n" Usage += " [-n|--noqtbinding] : don't create Qt bindings for ruby scripts | disabled \n" + Usage += " [-u|--noqtuitools] : don't include uitools in Qt binding | disabled \n" Usage += " [-m|--make