virtualx-engine/modules/openssl/config.py
Rémi Verschelde 422196759f openssl: Move to a module and split thirdparty lib
Same rationale as the previous commits.
2016-10-15 11:50:41 +02:00

6 lines
66 B
Python

def can_build(platform):
return True
def configure(env):
pass