Skip to content

Commit

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

0 comments on commit 62032fd

Please sign in to comment.