aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 5dd5725..3116c40 100644
--- a/tcc.c
+++ b/tcc.c
@@ -469,7 +469,7 @@ static int parse_args(TCCState *s, int argc, char **argv)
}
}
}
- if (NULL != (r1 = tcc_set_linker(s, (char *) linker_arg.data, TRUE)))
+ if (NULL != (r1 = tcc_set_linker(s, (char *) linker_arg.data, 1)))
tcc_error("unsupported linker option '%s'", r1);
/* fixme: these options could be different on your platform */
if (was_pthread && output_type != TCC_OUTPUT_OBJ) {