Files
fluxengine/dep/emu/build.py
2025-03-18 01:19:58 +01:00

8 lines
147 B
Python

from build.c import clibrary
clibrary(
name="emu",
srcs=["./fnmatch.c", "./charclass.h"],
hdrs={"fnmatch.h": "./fnmatch.h"},
)