mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Make the Windows binaries build.
This commit is contained in:
9
dep/emu/build.py
Normal file
9
dep/emu/build.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from build.c import clibrary
|
||||
|
||||
clibrary(
|
||||
name="emu",
|
||||
srcs=["./fnmatch.c"],
|
||||
hdrs={
|
||||
"fnmatch.h": "./fnmatch.h"
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user