Skip to content

Commit 5fb28f4

Browse files
committed
issue/935 - add metax include dir for ninetoothed
1 parent f1e4776 commit 5fb28f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake/metax.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ target("infiniop-metax")
5353
add_files("../src/infiniop/ops/*/metax/*.maca", {rule = "maca"})
5454

5555
if has_config("ninetoothed") then
56+
add_includedirs(MACA_ROOT .. "/include/mcr")
5657
add_files("../build/ninetoothed/*.c", {cxxflags = {"-include stdlib.h", "-Wno-return-type"}})
5758
end
5859
target_end()

0 commit comments

Comments
 (0)