start building test sender, (bu)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user