parent
a332e0c143
commit
8fae388f57
@ -82,7 +82,7 @@ def cmake_args(self):
|
|||||||
# by default, this is in parity with the autotools build, so on
|
# by default, this is in parity with the autotools build, so on
|
||||||
# linux and MacOS, the produced binaries are identical, Windows is the
|
# linux and MacOS, the produced binaries are identical, Windows is the
|
||||||
# only outlier
|
# only outlier
|
||||||
if spec.satisfies("platform=windows"):
|
if self.spec.satisfies("platform=windows"):
|
||||||
args.append(self.define_from_variant("BUILD_SHARED_LIBS", "shared"))
|
args.append(self.define_from_variant("BUILD_SHARED_LIBS", "shared"))
|
||||||
# PCRE allows building shared and static at the same time
|
# PCRE allows building shared and static at the same time
|
||||||
# this is bad practice and a problem on some platforms
|
# this is bad practice and a problem on some platforms
|
||||||
|
Loading…
Reference in New Issue
Block a user