diff options
| -rw-r--r-- | thirdparty/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/xmake.lua b/thirdparty/xmake.lua index 5e4d9435d..f3abeb3b1 100644 --- a/thirdparty/xmake.lua +++ b/thirdparty/xmake.lua @@ -88,6 +88,7 @@ target("blake3") set_kind("static") add_files("blake3/c/blake3.c", "blake3/c/blake3_dispatch.c", "blake3/c/blake3_portable.c") add_headerfiles("blake3/c/blake3.h") + add_includedirs("blake3/c", {public=true}) if is_os("windows") then add_cflags("/experimental:c11atomics") |