ffmpeg: set compilers command. (#16799)
This commit is contained in:
parent
8f208b17e2
commit
4d5a68731a
@ -108,7 +108,11 @@ def enable_or_disable_meta(self, variant, options):
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
config_args = ['--enable-pic']
|
||||
config_args = [
|
||||
'--enable-pic',
|
||||
'--cc={0}'.format(spack_cc),
|
||||
'--cxx={0}'.format(spack_cxx)
|
||||
]
|
||||
|
||||
# '+X' meta variant #
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user