Skip to content

Commit

Permalink
Another fix for @inc
Browse files Browse the repository at this point in the history
- Perl 5.26 was broken
  • Loading branch information
jlav1n committed Aug 12, 2017
1 parent 59e8e53 commit 2a51db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile_link.PL
Expand Up @@ -292,7 +292,7 @@ COMPILE: {

unlink $Intermediate if $Force;

do "syscfg";
do "./syscfg";
if(! -f $vlink_file) {
system "$CC $CFLAGS $DEFS $LIBS vlink.c -o $vlink_file";
if($?) {
Expand Down

0 comments on commit 2a51db7

Please sign in to comment.