Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
[windows-winsw] working ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Mar 3, 2016
1 parent 65cfeb3 commit 7147de3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/sensu.rake
Expand Up @@ -15,7 +15,9 @@ Bunchr::Software.new do |t|
if t.ohai['os'] == 'windows'
install_prefix = "#{Bunchr.install_dir}\\embedded"

compile_options << " --with-ssl-dir=#{install_prefix}"
compile_options << " --with-ssl-dir=#{install_prefix}\\bin"
compile_options << " --with-ssl-lib=#{install_prefix}\\lib"
compile_options << " --with-ssl-include=#{install_prefix}\\include"
compile_options << " --with-opt-include=#{install_prefix}\\include"
end

Expand Down

0 comments on commit 7147de3

Please sign in to comment.