diff options
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
-rw-r--r-- | mesonbuild/compilers/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 6d9e8148f..5cd56b871 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -126,6 +126,7 @@ from .c import ( ClangClCCompiler, GnuCCompiler, ElbrusCCompiler, + EmscriptenCCompiler, IntelCCompiler, IntelClCCompiler, PGICCompiler, @@ -140,6 +141,7 @@ from .cpp import ( ClangClCPPCompiler, GnuCPPCompiler, ElbrusCPPCompiler, + EmscriptenCPPCompiler, IntelCPPCompiler, IntelClCPPCompiler, PGICPPCompiler, |