mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
build script: complete cross-compilation of gzdoom
This commit is contained in:
parent
328e783819
commit
f28319bf43
1 changed files with 2 additions and 0 deletions
2
build.py
2
build.py
|
@ -483,6 +483,8 @@ class GZDoomTarget(ZDoomBaseTarget):
|
|||
copy_func = builder.xcode and os.symlink or shutil.copy
|
||||
copy_func(src_path, dst_path)
|
||||
|
||||
super().post_build(builder)
|
||||
|
||||
|
||||
class QZDoomTarget(GZDoomTarget):
|
||||
def __init__(self, name='qzdoom'):
|
||||
|
|
Loading…
Reference in a new issue