Skip to content

Commit

Permalink
Appveyor debug
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Mar 4, 2017
1 parent a77ae83 commit faa3859
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ext/tiny_tds/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ def configure
config = if host=~/mingw/
host=~/x86_64/ ? 'mingw64' : 'mingw'
end
c_perl = 'C:/Perl/bin'
if File.directory?(c_perl)
ENV['PATH'] = c_perl + ';' + ENV['PATH']
ENV['PERL'] = 'perl'
end
args = [ "CFLAGS=-DDSO_WIN32",
"./Configure",
"no-shared",
Expand Down

0 comments on commit faa3859

Please sign in to comment.