start building test sender, (bu)

This commit is contained in:
2025-10-12 23:59:25 +03:00
parent 87c9bd9e98
commit 6da5b0b1e2
3 changed files with 55 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ pub fn build(b: *std.Build) void {
// Link libomt with the build
{
const omt_output_dir = b.path("3rd/libomt/bin/Release/net8.0/linux-x64/publish");
exe.step.dependOn(&libomt_build.step);
// exe.step.dependOn(&libomt_build.step);
exe.addIncludePath(omt_output_dir);
exe.addLibraryPath(omt_output_dir);
exe.linkSystemLibrary("omt");