From 4c8731761afa08595595aade7d1432d1a7dec64c Mon Sep 17 00:00:00 2001 From: Hu Yueh-Wei Date: Fri, 3 Jan 2025 17:43:58 +0800 Subject: [PATCH] chore: upgrade msgpack and nlohmann::json --- build/ten_runtime/feature/cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ten_runtime/feature/cmake.py b/build/ten_runtime/feature/cmake.py index 26509ca4ba..2726fb1185 100644 --- a/build/ten_runtime/feature/cmake.py +++ b/build/ten_runtime/feature/cmake.py @@ -345,7 +345,7 @@ def build(self): + f" --target {self.args.project_name}" ) - if self.args.target_os != "win": + if self.args.target_os != "win" and self.args.target_os != "mac": cmd += " --parallel $(nproc)" if self.args.log_level > 1: