mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Check for openSSL version in SConstruct.
* Uses the platform specific openssl binary to detect the current version.
This commit is contained in:
committed by
Vinnie Falco
parent
2b0034667d
commit
39a387b54c
@@ -69,6 +69,8 @@ class __System(object):
|
||||
else:
|
||||
raise Exception('Unknown system platform "' + self.name + '"')
|
||||
|
||||
self.platform = self.distro or self.name
|
||||
|
||||
def __str__(self):
|
||||
return self.__display
|
||||
|
||||
|
||||
Reference in New Issue
Block a user