diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-09-10 21:59:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 21:59:21 +0100 |
| commit | b442ea86012fb4d07c79bcc6debbd79bd047b63e (patch) | |
| tree | 31b4df188f579fad73746ea0e27236e9541be7e9 /src/build_settings.cpp | |
| parent | 309ea50a7cb93a3e84098b9312b7ef94feeff8ee (diff) | |
| parent | 6778598bc648a4c605fb1b488185fad59668185a (diff) | |
Merge pull request #4206 from laytan/improve-linking-shared-libraries
Improve linking shared libraries
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index e86224665..1aca5d424 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -411,6 +411,7 @@ struct BuildContext { bool no_dynamic_literals; bool no_output_files; bool no_crt; + bool no_rpath; bool no_entry_point; bool no_thread_local; bool use_lld; |