make rule for user header file install
[lunaix-os.git] / lunaix-os / arch / LBuild
1 use("generic")
2
3 use({
4     config("arch"): {
5         "i386": "x86",
6         "x86_64": "x86",
7         "aarch64": "arm",
8         "rv64": "riscv"
9     }
10 })