aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.c b/tcc.c
index cd306b0..52638ef 100644
--- a/tcc.c
+++ b/tcc.c
@@ -252,6 +252,7 @@ int main(int argc, char **argv)
s->output_type = TCC_OUTPUT_EXE;
optind = tcc_parse_args(s, argc - 1, argv + 1);
+ tcc_set_environment(s);
if (optind == 0) {
help();