forked from xxq250/Nasal-Interpreter
📝 change span data from u32 to u64
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user