diff options
| -rw-r--r-- | libtcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1954,8 +1954,8 @@ PUB_FUNC void tcc_set_environment(TCCState *s) if(path != NULL) { tcc_add_include_path(s, path); } - path = getenv("LD_LIBRARY_PATH"); + path = getenv("LIBRARY_PATH"); if(path != NULL) { tcc_add_library_path(s, path); } -}
\ No newline at end of file +} |
