summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-11 09:51:28 +0000
committermidipix <writeonce@midipix.org>2021-04-11 10:25:25 +0000
commit0643f4d6c71f9d651e014ed6836320c6c6b429b9 (patch)
treee020e82177fbdd4e4e10e7e5da9bd69e0e5c07da /configure
parentf4fd5f69c3fdd1d72ee3f7fb8d336a7e5fc5c390 (diff)
downloadsbpython3-0643f4d6c71f9d651e014ed6836320c6c6b429b9.tar.bz2
sbpython3-0643f4d6c71f9d651e014ed6836320c6c6b429b9.tar.xz
build system: configure: append LIBDIR as the last linker path element.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 9224416..7c51b56 100755
--- a/configure
+++ b/configure
@@ -631,6 +631,9 @@ common_defaults()
mb_cflags_cmdline="$mb_cflags_cmdline $mb_cflags"
mb_ldflags_cmdline="$mb_ldflags_cmdline $mb_ldflags"
+ # add the prefix's library directory to the linker library path
+ mb_ldflags_last="$mb_ldflags_last -L$mb_libdir"
+
# step epilog
output_step_epilog
}