From e2f9c7c462ec1cab42180348eb29cdc796445f6c Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Fri, 10 Mar 2023 02:18:51 +0900 Subject: [PATCH] misc/klayout: enable qt bindings --- misc/klayout/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/klayout/build.sh b/misc/klayout/build.sh index 82a352de..16dfc349 100644 --- a/misc/klayout/build.sh +++ b/misc/klayout/build.sh @@ -32,7 +32,7 @@ elif [[ $OS == "Mac" ]]; then fi cd ${SRC_DIR} -./build.sh -build "${SRC_DIR}/build" -python "${PYTHON}" -expert -without-qtbinding -libpng -libexpat -dry-run +./build.sh -build "${SRC_DIR}/build" -python "${PYTHON}" -expert -libpng -libexpat -dry-run cd ${SRC_DIR}/build make V=1 -j$CPU_COUNT