From 1af5247eb21dbbe44a56d4d2d37f86c855472e97 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 21 Mar 2026 09:40:51 +0100 Subject: oops. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3