| author | |
| committer | |
| log | cf699ee068c2b1159ebb23b96999f7f828c0ec1f |
| tree | abc94b129729e0a16fe69e2afbd2c3394eaa4408 |
| parent | 9741b2aab47ec899276a52827f72509fc322388a |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen.cpp+1-1| ... | ... | @@ -7893,7 +7893,7 @@ static void init(CodeGen *g) { |
| 7893 | 7893 | } |
| 7894 | 7894 | |
| 7895 | 7895 | static void detect_dynamic_linker(CodeGen *g) { |
| 7896 | if (g->dynamic_linker_path != nullptr) | |
| 7896 | if (g->dynamic_linker_path != nullptr || g->is_static) | |
| 7897 | 7897 | return; |
| 7898 | 7898 | const char *standard_ld_path = target_dynamic_linker(g->zig_target); |
| 7899 | 7899 | if (standard_ld_path == nullptr) |