mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +08:00
Merge branch 'master' into pubsync
This commit is contained in:
commit
309f1f510f
@ -466,7 +466,7 @@ def make_prefab(target: PrefabTarget) -> None:
|
|||||||
else:
|
else:
|
||||||
raise RuntimeError(f'Invalid target: {target}')
|
raise RuntimeError(f'Invalid target: {target}')
|
||||||
|
|
||||||
run(f'make {target}')
|
run(f'make {mtarget}')
|
||||||
|
|
||||||
|
|
||||||
def _vstr(nums: Sequence[int]) -> str:
|
def _vstr(nums: Sequence[int]) -> str:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user