glib (#16179)
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
This commit is contained in:
parent
0db2f00635
commit
3a9ce3ac4a
@ -159,6 +159,11 @@ def configure_args(self):
|
||||
args.append('GTKDOC_REBASE={0}'.format(true))
|
||||
return args
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
if self.spec.satisfies('platform=darwin'):
|
||||
# https://github.com/pybind/pybind11/issues/595
|
||||
env.set('STRIP', 'strip -x')
|
||||
|
||||
@when('@:2.57.99')
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix), *self.configure_args())
|
||||
|
Loading…
Reference in New Issue
Block a user