Include zig build in the build process.

This commit is contained in:
Leo Vasanko
2025-11-06 16:43:54 -06:00
parent f8cc02eb41
commit fbf9c944e6
6 changed files with 69 additions and 8 deletions
-1
View File
@@ -5,7 +5,6 @@ from pathlib import Path
from cffi import FFI
from setuptools import setup
# Read the CDEF header
cdef_path = Path(__file__).parent / "pyaegis" / "aegis_cdef.h"
cdef_content = cdef_path.read_text(encoding="utf-8")