Skip to content

Commit 64ff620

Browse files
author
Monte Goulding
committed
Add comment about workaround
1 parent fb83987 commit 64ff620

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/encode_source.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# Incoming arguments
77
my $sourceFile = $ARGV[0];
88
my $destFile = $ARGV[1];
9+
10+
# Work around gyp issue on windows where it is
11+
# sometimes too eager in relativising paths
912
my $varName = basename($ARGV[2]);
1013

1114
#! /usr/bin/revolution -ui

0 commit comments

Comments
 (0)