Skip to content

Commit 2885476

Browse files
committed
Appveyor debug
1 parent a77ae83 commit 2885476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/tiny_tds/extconf.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def configure
155155
config = if host=~/mingw/
156156
host=~/x86_64/ ? 'mingw64' : 'mingw'
157157
end
158+
ENV['PATH'] = 'C:\Perl\bin;' + ENV['PATH'] if config.include?('mingw')
159+
puts "PATH: #{ENV['PATH']}"
158160
args = [ "CFLAGS=-DDSO_WIN32",
159161
"./Configure",
160162
"no-shared",

0 commit comments

Comments
 (0)