cemcom.ansi now builds.
This commit is contained in:
20
h/build.lua
20
h/build.lua
@@ -9,17 +9,6 @@ normalrule {
|
||||
}
|
||||
}
|
||||
|
||||
bundle {
|
||||
name = "emheaders",
|
||||
srcs = {
|
||||
"./em_*.h",
|
||||
"./arch.h",
|
||||
"./out.h",
|
||||
"./ranlib.h",
|
||||
"+em_path",
|
||||
}
|
||||
}
|
||||
|
||||
normalrule {
|
||||
name = "local",
|
||||
ins = {},
|
||||
@@ -32,3 +21,12 @@ normalrule {
|
||||
}
|
||||
}
|
||||
|
||||
clibrary {
|
||||
name = "emheaders",
|
||||
hdrs = {
|
||||
"./*.h",
|
||||
"+em_path",
|
||||
"+local",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user