1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-05 08:10:38 +03:00

Merge remote-tracking branch 'origin/pr/2637' into mbedtls-2.16

* origin/pr/2637:
  Only use submodule if present
This commit is contained in:
Jaeden Amero
2019-05-14 16:20:53 +01:00

View File

@@ -148,6 +148,7 @@ class AbiChecker(object):
my_environment = os.environ.copy()
my_environment["CFLAGS"] = "-g -Og"
my_environment["SHARED"] = "1"
if os.path.exists(os.path.join(git_worktree_path, "crypto")):
my_environment["USE_CRYPTO_SUBMODULE"] = "1"
make_output = subprocess.check_output(
[self.make_command, "lib"],