build script: complete cross-compilation of gzdoom

This commit is contained in:
alexey.lysiuk 2020-12-28 11:12:37 +02:00
parent 328e783819
commit f28319bf43

View file

@ -483,6 +483,8 @@ class GZDoomTarget(ZDoomBaseTarget):
copy_func = builder.xcode and os.symlink or shutil.copy copy_func = builder.xcode and os.symlink or shutil.copy
copy_func(src_path, dst_path) copy_func(src_path, dst_path)
super().post_build(builder)
class QZDoomTarget(GZDoomTarget): class QZDoomTarget(GZDoomTarget):
def __init__(self, name='qzdoom'): def __init__(self, name='qzdoom'):