build compiles at least

This commit is contained in:
Mitchell Hashimoto
2023-03-24 19:39:50 -07:00
parent b5441dbb5b
commit 5dc98da9a0
6 changed files with 75 additions and 168 deletions

View File

@@ -47,7 +47,7 @@ pub fn buildTracy(
lib.addIncludePath(root);
lib.addCSourceFile(try std.fs.path.join(
lib.builder.allocator,
b.allocator,
&.{ root, "TracyClient.cpp" },
), flags.items);