Skip to content

Commit c747ed5

Browse files
jtrmaldanpovey
authored andcommitted
[build] fixing issue introduced in the previous win commit (#1399)
1 parent cd97bd2 commit c747ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/get_version.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
};
4040

4141
my $kaldi_ver=<$F>; chomp $kaldi_ver;
42-
print $H "KALDI_VERSION=${kaldi_ver}-win\n";
42+
print $H "#define KALDI_VERSION \"${kaldi_ver}-win\"\n";
4343
close($F);
4444
close($H);

0 commit comments

Comments
 (0)