mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
build script: remove extra whitespace
This commit is contained in:
parent
9c865eec1e
commit
bdb135ec38
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -782,7 +782,7 @@ class NinjaTarget(MakeTarget):
|
|||
subprocess.check_call(args, cwd=builder.build_path)
|
||||
|
||||
def post_build(self, builder: 'Builder'):
|
||||
dest_path = builder.deps_path + self.name + os.sep + 'bin'
|
||||
dest_path = builder.deps_path + self.name + os.sep + 'bin'
|
||||
os.makedirs(dest_path, exist_ok=True)
|
||||
shutil.copy(builder.build_path + self.name, dest_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue