Raspberry Pi backend now builds.
This commit is contained in:
@@ -10,7 +10,10 @@ definerule("build_as",
|
||||
local archlib = clibrary {
|
||||
name = e.name.."/archlib",
|
||||
srcs = {},
|
||||
hdrs = { "mach/"..e.arch.."/as/mach*.c" }
|
||||
hdrs = {
|
||||
"mach/"..e.arch.."/as/mach*.c",
|
||||
"mach/"..e.arch.."/as/*.h"
|
||||
}
|
||||
}
|
||||
|
||||
local preprocessedy = cppfile {
|
||||
|
||||
Reference in New Issue
Block a user