Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Fix up AppVeyor #414

Merged
merged 1 commit into from
May 5, 2016
Merged

Conversation

MikaelSmith
Copy link
Contributor

@MikaelSmith MikaelSmith commented May 3, 2016

AppVeyor images were updated to include software that installs OpenSSL
binaries to C:\Windows\System32.
https://msdn.microsoft.com/en-us/library/7d83bc18.aspx describes the
Windows search path, which puts the Windows system directory before
PATH. The easiest way to ensure the libraries are loaded earlier is to
put them in the same directory as the test executable, so do that.

@MikaelSmith MikaelSmith force-pushed the test-appveyor branch 8 times, most recently from 6664cc0 to c9b8e9c Compare May 4, 2016 18:02
@MikaelSmith MikaelSmith changed the title (maint) Test AppVeyor (maint) Fix up AppVeyor May 4, 2016
AppVeyor images were updated to include software that installs OpenSSL
binaries to `C:\Windows\System32`.
https://msdn.microsoft.com/en-us/library/7d83bc18.aspx describes the
Windows search path, which puts the Windows system directory before
PATH. The easiest way to ensure the libraries are loaded earlier is to
put them in the same directory as the test executable, so do that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants