mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
build script: add qzdoom and lzdoom targets
This commit is contained in:
parent
e449c022f8
commit
c4cf771f08
1 changed files with 2 additions and 0 deletions
2
build.py
2
build.py
|
@ -93,6 +93,8 @@ def detect_target(config: Configuration, targets: dict):
|
|||
def create_configuration(args: list):
|
||||
target_list = (
|
||||
Target('gzdoom', 'https://github.com/coelckers/gzdoom.git', copy_moltenvk),
|
||||
Target('qzdoom', 'https://github.com/madame-rachelle/qzdoom.git', copy_moltenvk),
|
||||
Target('lzdoom', 'https://github.com/drfrag666/gzdoom.git'),
|
||||
Target('raze', 'https://github.com/coelckers/Raze.git'),
|
||||
)
|
||||
targets = {target.name: target for target in target_list}
|
||||
|
|
Loading…
Reference in a new issue