Include zig build in the build process.

This commit is contained in:
2025-11-07 04:43:54 +00:00
parent e644f1b2ca
commit 5c04940525
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")