]> xenbits.xensource.com Git - unikraft/libs/libcxx.git/commit
Makefile.uk: Add support headers for Musl
authorStefan Jumarea <stefanjumarea02@gmail.com>
Sat, 29 Oct 2022 07:47:51 +0000 (10:47 +0300)
committerUnikraft <monkey@unikraft.io>
Fri, 18 Nov 2022 10:19:17 +0000 (10:19 +0000)
commit00eb674ef1fb64cd663e4d02dba157d04f77ca1b
treecb26efbf59350c01557da8bc24b8d8720d9896a5
parentd4310d93ac17e20b0851d2f6fcdc1dc5dea1edbe
Makefile.uk: Add support headers for Musl

When building with Musl, we need the headers located in the
`include/support/musl` directory of `libcxx` origin source code.

Without adding the headers in the include path, the build fails with
"xlocale.h not found".

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #10
Makefile.uk