We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422fc2d commit 4cf390cCopy full SHA for 4cf390c
src/tools/msvc/Solution.pm
@@ -242,11 +242,11 @@ sub GenerateFiles
242
}
243
if ($self->{options}->{libedit})
244
{
245
- print O "#define HAVE_EDITLINE_READLINE_H\n";
246
- print O "#define HAVE_LIBREADLINE\n";
247
- print O "#define HAVE_WIN32_LIBEDIT\n";
248
- print O "#define HAVE_RL_FILENAME_COMPLETION_FUNCTION\n";
249
- print O "#define HAVE_RL_COMPLETION_MATCHES\n";
+ print $o "#define HAVE_EDITLINE_READLINE_H\n";
+ print $o "#define HAVE_LIBREADLINE\n";
+ print $o "#define HAVE_WIN32_LIBEDIT\n";
+ print $o "#define HAVE_RL_FILENAME_COMPLETION_FUNCTION\n";
+ print $o "#define HAVE_RL_COMPLETION_MATCHES\n";
250
251
print $o "#define VAL_CONFIGURE \""
252
. $self->GetFakeConfigure() . "\"\n";
0 commit comments