diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index 5af9f3c70..28149e668 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -68,3 +68,4 @@ export { WslVcCompiler } from './wsl-vc'; export { ZigCompiler } from './zig'; export { TinyCCompiler } from './tinyc'; export { ZigCC } from './zigcc'; +export { ZigCXX } from './zigcxx'; |