- Sep 18, 2018
-
-
Peter Wu authored
For some reason AppVeyor (VS2017 14.15.26726) fails to link picoquicdemo due to an issue related to JMC[1]. Apparently JMC requires an application to be linked with a CRT which somehow does not seem to happen. JMC can be disabled through "/JMC-" as described at [1]. Ignore the issue until a proper solution is found. [1]: https://blogs.msdn.microsoft.com/vcblog/2018/06/29/announcing-jmc-stepping-in-visual-studio/
-
Peter Wu authored
OpenSSL 1.1.0i on AppVeyor does not include applink.c, so copy it from OpenSSL 1.0.2p (which has lib\VC\libeay32MD.lib, but not libcrypto.lib). The weird "2>&1" redirection for git clone tries to prevent PS from printing a RemoteException (NativeCommandError) from using stderr.
-