Only build the library

We only need the .so files, so only build the library
This commit is contained in:
Darryl Green 2019-02-28 11:52:39 +00:00
parent 4831145cdd
commit ddf25a6095

View File

@ -175,7 +175,7 @@ class AbiChecker(object):
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,