We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e4776 commit 5fb28f4Copy full SHA for 5fb28f4
xmake/metax.lua
@@ -53,6 +53,7 @@ target("infiniop-metax")
53
add_files("../src/infiniop/ops/*/metax/*.maca", {rule = "maca"})
54
55
if has_config("ninetoothed") then
56
+ add_includedirs(MACA_ROOT .. "/include/mcr")
57
add_files("../build/ninetoothed/*.c", {cxxflags = {"-include stdlib.h", "-Wno-return-type"}})
58
end
59
target_end()
0 commit comments