fix build call

This commit is contained in:
Jeff Epler 2024-05-06 15:50:43 -05:00
parent 4087f9fa7f
commit 5b3347bd8f

View file

@ -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")