mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-27 05:30:50 +00:00
wip
[skip build] [skip test]
This commit is contained in:
parent
2012da3eef
commit
3fa275aaf0
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ from pathlib import Path
|
||||||
from platform import machine
|
from platform import machine
|
||||||
|
|
||||||
from .state import BuildState
|
from .state import BuildState
|
||||||
from .target import Target, targets
|
from .target import targets
|
||||||
|
from .target.base import Target
|
||||||
from .utility import (
|
from .utility import (
|
||||||
OS_VERSION_ARM64,
|
OS_VERSION_ARM64,
|
||||||
OS_VERSION_X86_64,
|
OS_VERSION_X86_64,
|
||||||
|
|
Loading…
Reference in a new issue