diff options
| author | 2026-03-21 09:40:51 +0100 | |
|---|---|---|
| committer | 2026-03-21 09:40:51 +0100 | |
| commit | 1af5247eb21dbbe44a56d4d2d37f86c855472e97 (patch) | |
| tree | acbcbfdf3d414bbbcd796824108b08a3ab244cea /configure | |
| parent | 1e21e8b90e482c67ff2ecc4cffe3c885aea8b24d (diff) | |
oops.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ echo using os: "$host_os" echo using abi: "$host_abi" echo host include paths: "$host_include_dirs" -if ! test -n "$DYNAMIC_LINKER"; then +if test -n "$DYNAMIC_LINKER"; then linkflags="\"--dynamic-linker=$DYNAMIC_LINKER\", $linkflags" fi |