Browse Source

Use shared openssl for Linux globally

pull/12/head
Erwan MATHIEU 1 year ago
parent
commit
636b4bc0c6
  1. 3
      profiles/cura.jinja

3
profiles/cura.jinja

@ -20,3 +20,6 @@ grpc/*:php_plugin=False
grpc/*:ruby_plugin=False
grpc/*:python_plugin=False
boost/*:header_only=True
{% if platform.system() == 'Linux' %}
openssl/*:shared=True
{% endif %}

Loading…
Cancel
Save