Created
September 2, 2015 17:08
-
-
Save bowrocker/b9f5650db53c5b352865 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
environment({ | |
'PATH' => "C:/rubies/#{ruby_version}/bin;C:/rubies/#{ruby_version}/mingw/bin;C:/Program Files (x86)/Git/Cmd;C:/Program Files (x86)/Git/libexec/git-core;C:/wix;C:/7-zip;C:/Program Files (x86)/Windows Kits/8.1/bin/x64;C:/Windows/system32;C:/Windows;C:/Windows/System32/Wbem;C:/Program Files/OpenSSH/bin;C:/opscode/chef/bin/;C:/opscode/chefdk/bin/;C:/opscode/chefdk/embedded/mingw/bin;C:/Program Files/Rust nightly 1.4/bin;C:/chef/delivery-cli/bin;C:/chef/delivery-cli/bin", | |
'HOME' => ENV['USERPROFILE'], | |
'C_INCLUDE_PATH' => 'C:/OpenSSL-Win64/include;C:/opscode/chefdk/embedded/mingw/i686-w64-mingw32/include', | |
'OPENSSL_INCLUDE_DIR' => 'C:/OpenSSL-Win64/include', | |
'OPENSSL_LIB_DIR' => 'C:/OpenSSL-Win64', | |
'LD_LIBRARY_PATH' => 'C:/OpenSSL-Win64', | |
'SSL_CERT_FILE' => 'C:/opscode/chefdk/embedded/ssl/certs/cacert.pem' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment