Skip to content
Snippets Groups Projects
Commit a5db3342 authored by sof's avatar sof
Browse files

[project @ 1997-03-22 13:31:22 by sof]

Append .exe for binaries generated with cygwin32s linker
parent 3e6a3c3c
No related merge requests found
......@@ -7,10 +7,12 @@
\begin{code}
sub chk_consistency_info {
local($executable) = @_;
local($major_version, $minor_version);
local($phase, $infile, $opts);
$executable = "${executable}.exe" if $TargetPlatform eq 'i386-unknown-cygwin32';
print STDERR "Checking consistency of: $executable\n" if $Verbose;
&tidy_up_and_die(1, "Panic: no such executable: $executable\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment