ffmpeg: set compilers command. (#16799)

This commit is contained in:
Toyohisa Kameyama 2020-05-28 04:04:37 +09:00 committed by GitHub
parent 8f208b17e2
commit 4d5a68731a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 #