Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jun 10, 2024
1 parent 9cb753a commit 8bb506f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/actions/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def _build_project(env, project, cmake_extra, build_tests=False, args_transforme

print("=== toolchain.host is {}".format(toolchain.host))
# build & install
if toolchain.host == 'linux':
if toolchain.host == 'ubuntu':
sh.exec(*toolchain.shell_env, cmake, "--build", project_build_dir, "--config",
build_config, "--verbose", "--target", "install", working_dir=working_dir, check=True)
else:
Expand Down

0 comments on commit 8bb506f

Please sign in to comment.