Skip to content

Commit 8bb506f

Browse files
committed
fixup
1 parent 9cb753a commit 8bb506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/actions/cmake.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _build_project(env, project, cmake_extra, build_tests=False, args_transforme
232232

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

0 commit comments

Comments
 (0)