diff options
| -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 |