mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Add missing dependency.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
| from build.c import clibrary | from build.c import clibrary | ||||||
|  |  | ||||||
| clibrary(name="emu", srcs=["./fnmatch.c"], hdrs={"fnmatch.h": "./fnmatch.h"}) | clibrary( | ||||||
|  |     name="emu", | ||||||
|  |     srcs=["./fnmatch.c", "./charclass.h"], | ||||||
|  |     hdrs={"fnmatch.h": "./fnmatch.h"}, | ||||||
|  | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user