Skip to content

Commit

Permalink
unattempt windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Jul 30, 2018
1 parent f28a390 commit 7485def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -165,7 +165,7 @@
$config{'cpsep'} = $^O eq 'MSWin32' ? ';' : ':';
$config{'shell'} = $^O eq 'MSWin32' ? 'cmd' : 'sh';
$config{'bat'} = $^O eq 'MSWin32' ? '.bat' : '';
$config{'path'} = $^O ne 'MSWin32' ? 'sh -c "PATH=\'$(STAR_BIN_DIR):$(PATH)\'' : 'cmd /c "path ''$(STAR_BIN_DIR);$(PATH)'' && ';
$config{'path'} = $^O ne 'MSWin32' ? 'sh -c "PATH=\'$(STAR_BIN_DIR):$(PATH)\'' : 'cmd /c "path $(STAR_BIN_DIR);$(PATH) && ';
my $make = $config{'make'} = $^O eq 'MSWin32' ? 'nmake' : 'make';

my @prefixes = sort map substr($_, 0, 1), keys %backends;
Expand Down

0 comments on commit 7485def

Please sign in to comment.