intel-tbb: fix typo.

This commit is contained in:
t-karatsu 2019-09-20 15:58:07 +09:00 committed by Peter Scheibel
parent af8f245f48
commit e26b23e980

View File

@ -124,7 +124,7 @@ def coerce_to_spack(self, tbb_build_subdir):
if l.strip().startswith("CPLUS ="):
of.write("# coerced to spack\n")
of.write("CPLUS = $(CXX)\n")
elif l.strip().startswith("CPLUS ="):
elif l.strip().startswith("CONLY ="):
of.write("# coerced to spack\n")
of.write("CONLY = $(CC)\n")
else: