aboutsummaryrefslogtreecommitdiff
path: root/src/driver/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/main.c')
-rw-r--r--src/driver/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver/main.c b/src/driver/main.c
index ad2eac1d..3dd06ebe 100644
--- a/src/driver/main.c
+++ b/src/driver/main.c
@@ -127,6 +127,8 @@ main(int argc, char* argv[])
case core_driver:
case script_driver:
case compiler_driver:
+ case translator_driver:
+ case linker_driver:
putenv("LC_ALL=C");
setlocale(LC_ALL, "");
return execute_core(&command, driver);