Skip to content

Commit f152ca1

Browse files
committed
Fix .exe bug in verify_install (jnthn++).
1 parent ef23ef5 commit f152ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ sub verify_install {
124124
my $PARROT_TOOLS_DIR = "$PARROT_LIB_DIR/tools";
125125
my $PARROT_INCLUDE_DIR = $config{'parrot::includedir'}.$PARROT_VERSION;
126126
my @required_files = (
127-
"$PARROT_BIN_DIR/parrot",
127+
"$PARROT_BIN_DIR/parrot$EXE",
128128
"$PARROT_BIN_DIR/pbc_to_exe$EXE",
129129
"$PARROT_BIN_DIR/ops2c$EXE",
130130
"$PARROT_TOOLS_DIR/build/pmc2c.pl",

0 commit comments

Comments
 (0)