mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[libj6] Move caps.h to cap_flags.h
This file is just the generated cap flag constants. Move it to not collide with more capability code to be added.
This commit is contained in:
@@ -10,7 +10,7 @@ j6 = module("j6",
|
||||
"sysconf.cpp.cog",
|
||||
],
|
||||
public_headers = [
|
||||
"j6/caps.h.cog",
|
||||
"j6/cap_flags.h.cog",
|
||||
"j6/errors.h",
|
||||
"j6/flags.h",
|
||||
"j6/init.h",
|
||||
@@ -33,7 +33,7 @@ sysconf = join(source_root, "definitions/sysconf.yaml")
|
||||
definitions = glob('definitions/**/*.def', recursive=True)
|
||||
|
||||
j6.add_depends([
|
||||
"j6/caps.h.cog",
|
||||
"j6/cap_flags.h.cog",
|
||||
"j6/syscalls.h.cog",
|
||||
"syscalls.s.cog",
|
||||
], definitions)
|
||||
|
||||
Reference in New Issue
Block a user