wip [skip ci]

This commit is contained in:
alexey.lysiuk 2024-03-09 12:20:25 +02:00
parent 5aae835991
commit 7fc471e390

View file

@ -431,6 +431,7 @@ class CMakeTarget(BuildTarget):
args += opts.to_list(CommandLineOptions.CMAKE_RULES) args += opts.to_list(CommandLineOptions.CMAKE_RULES)
args.append(state.source / self.src_root) args.append(state.source / self.src_root)
print(args)
subprocess.run(args, check=True, cwd=state.build_path, env=state.environment) subprocess.run(args, check=True, cwd=state.build_path, env=state.environment)
def build(self, state: BuildState): def build(self, state: BuildState):