fix build call
This commit is contained in:
parent
4087f9fa7f
commit
5b3347bd8f
1 changed files with 11 additions and 9 deletions
20
build.py
20
build.py
|
|
@ -143,15 +143,17 @@ if __name__ == "__main__":
|
|||
|
||||
if not "BUILD_ONLY" in os.environ:
|
||||
check_call(
|
||||
"circuitpython-build-bundles",
|
||||
"--output_directory",
|
||||
"dist",
|
||||
"--filename_prefix",
|
||||
"circuitpython-fonts",
|
||||
"--library_location",
|
||||
"libraries/",
|
||||
"--library_depth",
|
||||
"1",
|
||||
[
|
||||
"circuitpython-build-bundles",
|
||||
"--output_directory",
|
||||
"dist",
|
||||
"--filename_prefix",
|
||||
"circuitpython-fonts",
|
||||
"--library_location",
|
||||
"libraries/",
|
||||
"--library_depth",
|
||||
"1",
|
||||
]
|
||||
)
|
||||
|
||||
print(f"Generated {count} font libraries")
|
||||
|
|
|
|||
Loading…
Reference in a new issue