rename emcc to emscripten

This commit is contained in:
Danny McClanahan
2022-04-20 15:46:38 +00:00
parent 2487a75422
commit 982f883bcc
2 changed files with 28 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
from spack.version import ver
class Emcc(Compiler):
class Emscripten(Compiler):
cc_names = ['emcc']
cxx_names = ['em++']