mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
wip [skip ci]
This commit is contained in:
parent
5aae835991
commit
7fc471e390
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue