commit | c8e6ad4ace4fab318f1c2bd98fe220265c73f9ed | [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:47:28 2019 +0100 |
tree | 27e0df26ba4740d796a4a31c700ac9d283e8654d | |
parent | 879f2509dcb7169e6a5da89553b9fc97699372f8 [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 30baadc..6c8be0d 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,