aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tcc.c b/tcc.c
index daa1013..cadb5e9 100644
--- a/tcc.c
+++ b/tcc.c
@@ -427,9 +427,7 @@ int main(int argc, char **argv)
int64_t start_time = 0;
s = tcc_new();
-#ifdef _WIN32
- tcc_set_lib_path_w32(s);
-#endif
+
output_type = TCC_OUTPUT_EXE;
outfile = NULL;
multiple_files = 1;