mirror of
https://github.com/justinian/jsix.git
synced 2025-12-12 01:14:31 -08:00
libc WIP
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "initrd/headers.h"
|
||||
#include "initrd/initrd.h"
|
||||
#include "kutil/assert.h"
|
||||
#include "kutil/enum_bitfields.h"
|
||||
#include "headers.h"
|
||||
|
||||
namespace initrd {
|
||||
|
||||
|
||||
@@ -7,8 +7,10 @@ def build(bld):
|
||||
|
||||
bld.stlib(
|
||||
source = sources,
|
||||
includes = 'include',
|
||||
name = 'initrd',
|
||||
target = 'initrd',
|
||||
use = 'KUTIL',
|
||||
)
|
||||
|
||||
# vim: ft=python et
|
||||
|
||||
Reference in New Issue
Block a user