mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
build script: fix parent class of static cmake target
This commit is contained in:
parent
f9424e5c9c
commit
3a0831425b
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -278,7 +278,7 @@ class CMakeTarget(Target):
|
|||
subprocess.check_call(args, cwd=builder.build_path)
|
||||
|
||||
|
||||
class CMakeStaticDependencyTarget(Target):
|
||||
class CMakeStaticDependencyTarget(CMakeTarget):
|
||||
def __init__(self, name=None):
|
||||
super().__init__(name)
|
||||
|
||||
|
|
Loading…
Reference in a new issue