]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/http/client/sync-ssl/Jamfile
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / beast / example / http / client / sync-ssl / Jamfile
index 26fa582ff3b42512de95281068b4c84d66405724..c1fabf479726077597234124fe5d9f039048a886 100644 (file)
@@ -7,10 +7,11 @@
 # Official repository: https://github.com/boostorg/beast
 #
 
+import ac ;
+
 project
     : requirements
-    <library>ssl
-    <library>crypto
+        [ ac.check-library /boost/beast//lib-asio-ssl : <library>/boost/beast//lib-asio-ssl/<link>static : <build>no ]
     ;
 
 exe http-client-sync-ssl :