Skip to content

Commit

Permalink
uncomment out a line
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Apr 5, 2024
1 parent 0a5206f commit 4184cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub fn build(b: *std.Build) void {
"src/matrix/tp-matrix.cc",
};
kaldiLibrary(b, target, lib, kaldi_dep, fst_dep, srcs);
// lib.linkLibrary(kaldi_base);
lib.linkLibrary(kaldi_base);

lib.defineCMacro("HAVE_CLAPACK", "1");
// lib.defineCMacro("HAVE_OPENBLAS", "1");
Expand Down

0 comments on commit 4184cfe

Please sign in to comment.