📝 change span data from u32 to u64

This commit is contained in:
ValKmjolnir
2024-05-12 19:34:05 +08:00
parent eed59cfe07
commit 8e38764df0
17 changed files with 67 additions and 56 deletions
-2
View File
@@ -4,8 +4,6 @@ import os
import platform
import shutil
nasal_version = "11.2"
build_directory = pathlib.Path("build")
if not os.path.exists(build_directory):
print("pack binaries failed: build directory not found")