Skip to content

Commit

Permalink
chore: upgrade msgpack and nlohmann::json
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Jan 3, 2025
1 parent 6fcd4f4 commit 4c87317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ten_runtime/feature/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c87317

Please sign in to comment.