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