Files
fluxengine/dep/emu/build.py
2023-10-25 21:55:40 +00:00

9 lines
143 B
Python

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