commit | 997c287ce93486568f9382fa90ab4504c6b6969c | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Thu Feb 28 11:52:39 2019 +0000 |
committer | Darryl Green <darryl.green@arm.com> | Thu Apr 18 11:51:49 2019 +0100 |
tree | 7f6f09208a8580b2c5a44be1f21d883926cbd60c | |
parent | 87aedf6202dcd1281fb87dff00fd30ede8cc4310 [diff] [blame] |
Only build the library We only need the .so files, so only build the library
diff --git a/scripts/abi_check.py b/scripts/abi_check.py index b4f1c36..7ddc443 100755 --- a/scripts/abi_check.py +++ b/scripts/abi_check.py
@@ -175,7 +175,7 @@ my_environment["SHARED"] = "1" my_environment["USE_CRYPTO_SUBMODULE"] = "1" make_process = subprocess.Popen( - self.make_command, + [self.make_command, "lib"], env=my_environment, cwd=git_worktree_path, stdout=subprocess.PIPE,