We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sysconfdir
1 parent 21ede38 commit 4425ab6Copy full SHA for 4425ab6
ext/tiny_tds/extconf.rb
@@ -115,7 +115,7 @@ def configure_defaults
115
116
recipe.configure_options << "--with-openssl=#{openssl_recipe.path}"
117
recipe.configure_options << "--with-libiconv-prefix=#{libiconv_recipe.path}"
118
- recipe.configure_options << "--sysconfdir=#{MiniPortile.windows? ? "C:/Sites" : "/usr/local/etc"}"
+ recipe.configure_options << "--sysconfdir=C:/Sites" if MiniPortile.windows?
119
120
recipe.gem_platform = gem_platform
121
recipe.cook_and_activate
0 commit comments