intel-tbb: fix typo.
This commit is contained in:
parent
af8f245f48
commit
e26b23e980
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user