We can build our first C file.
This commit is contained in:
8
mach/i86/libem/build.lua
Normal file
8
mach/i86/libem/build.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
for _, plat in ipairs(vars.plats) do
|
||||
acklibrary {
|
||||
name = "lib_"..plat,
|
||||
srcs = { "./*.s" },
|
||||
vars = { plat = plat },
|
||||
}
|
||||
end
|
||||
|
||||
8
mach/i86/libsys/build.lua
Normal file
8
mach/i86/libsys/build.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
for _, plat in ipairs(vars.plats) do
|
||||
acklibrary {
|
||||
name = "lib_"..plat,
|
||||
srcs = { "./*.s" },
|
||||
vars = { plat = plat },
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user