nss: set C++ compiler (#29195)

This commit is contained in:
Carlos Bederián 2022-03-03 10:59:29 -03:00 committed by GitHub
parent ed6274a0bf
commit 1834ab971d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ def build_targets(self):
# We cannot use nss_build_all because this will try to build nspr.
targets = ['all', 'latest']
targets.append('CCC={}'.format(spack_cxx))
targets.append('USE_64=1')
targets.append('BUILD_OPT=1')