Skip to content

Commit 62032fd

Browse files
committed
Appveyor debug
1 parent a77ae83 commit 62032fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/tiny_tds/extconf.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ def configure
155155
config = if host=~/mingw/
156156
host=~/x86_64/ ? 'mingw64' : 'mingw'
157157
end
158+
c_perl = 'C:/Perl/bin/perl.exe'
159+
perl = File.exist?(c_perl) ? c_perl : 'perl'
158160
args = [ "CFLAGS=-DDSO_WIN32",
161+
perl,
159162
"./Configure",
160163
"no-shared",
161164
configure_prefix,

0 commit comments

Comments
 (0)