Skip to content

Commit 172bb84

Browse files
committed
Appveyor debug
1 parent a77ae83 commit 172bb84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ext/tiny_tds/extconf.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ def configure
155155
config = if host=~/mingw/
156156
host=~/x86_64/ ? 'mingw64' : 'mingw'
157157
end
158+
c_perl = 'C:/Perl/bin'
159+
if File.directory?(c_perl)
160+
ENV['PATH'] = c_perl
161+
ENV['PERL'] = 'perl'
162+
end
158163
args = [ "CFLAGS=-DDSO_WIN32",
159164
"./Configure",
160165
"no-shared",

0 commit comments

Comments
 (0)