This reverts commit 51c75c6da3
.
This commit is contained in:
parent
a864108bc1
commit
cc74729115
@ -463,9 +463,7 @@ def libs(self):
|
||||
|
||||
@property
|
||||
def build_targets(self):
|
||||
# Do not build tests: see #38591
|
||||
# And note that "shared" is allowed (but ignored) when ~shared
|
||||
return ["-s"] + self.make_defs + ["libs", "netlib", "shared"]
|
||||
return ["-s"] + self.make_defs + ["all"]
|
||||
|
||||
@run_after("build")
|
||||
@on_package_attributes(run_tests=True)
|
||||
|
Loading…
Reference in New Issue
Block a user