1 Oct
2016
1 Oct
'16
6:35 p.m.
Vinnie Falco wrote:
Here are my site-config.jam entries:
lib ssl : # sources : # requirements <name>ssleay32MT : # default-build : # usage-requiremnets <include>$(OPENSSL_INCLUDE_DIR) ;
lib crypto : : <name>$(OPENSSL_LIBRARIES)/VC/libeay32MT : : <include>$(OPENSSL_INCLUDE_DIR) ;
This looks like it should work, but <name> should probably be just libeay32MT and $(OPENSSL_LIBRARIES)/VC probably needs to go into the usage requirements as whatever property would do -L (<library-path>?)