Skip to content

Commit 9cb753a

Browse files
committed
Add debug message
1 parent e93a246 commit 9cb753a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/actions/cmake.py

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def _build_project(env, project, cmake_extra, build_tests=False, args_transforme
230230
# configure
231231
sh.exec(*toolchain.shell_env, cmake, cmake_args, working_dir=working_dir, check=True)
232232

233+
print("=== toolchain.host is {}".format(toolchain.host))
233234
# build & install
234235
if toolchain.host == 'linux':
235236
sh.exec(*toolchain.shell_env, cmake, "--build", project_build_dir, "--config",

0 commit comments

Comments
 (0)