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