commit | ddf25a6095cf0dd021284db6064dd5f4e9d0a0c6 | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Thu Feb 28 11:52:39 2019 +0000 |
committer | Darryl Green <darryl.green@arm.com> | Tue Apr 09 11:46:11 2019 +0100 |
tree | 6138fbbb16b02905e503a3b890d6d671cb8e83c8 | |
parent | 4831145cdd143aaea64402e10207210a7b167ca1 [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,