diff options
| author | Laytan <laytanlaats@hotmail.com> | 2024-09-04 22:38:19 +0200 |
|---|---|---|
| committer | Laytan <laytanlaats@hotmail.com> | 2024-09-04 22:38:19 +0200 |
| commit | 0aa971207ba14f791b1cae3652e67e674710cf8e (patch) | |
| tree | 825a5551f5c4fd30f32b2f55af368e495c026e4d /src/build_settings.cpp | |
| parent | 1a7c1d107a26df00bc6c9379178fccb55569b667 (diff) | |
add -no-rpath
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 fe0e478c7..fb10a25f6 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; |