aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-21 09:40:51 +0100
committerlemon <lsof@mailbox.org>2026-03-21 09:40:51 +0100
commit1af5247eb21dbbe44a56d4d2d37f86c855472e97 (patch)
treeacbcbfdf3d414bbbcd796824108b08a3ab244cea /configure
parent1e21e8b90e482c67ff2ecc4cffe3c885aea8b24d (diff)
oops.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1d5919d..e8c15cb 100755
--- a/configure
+++ b/configure
@@ -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