diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 09:51:28 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 10:25:24 +0000 |
commit | 766f6b554aa09796d922730caa3ea67de1e9ed91 (patch) | |
tree | 64c7606c97dd3867e5d29be04f958faa1bdf4f24 /configure | |
parent | 36276a271744c50f59ed5b5550e971d536dfa3e8 (diff) | |
download | mmglue-766f6b554aa09796d922730caa3ea67de1e9ed91.tar.bz2 mmglue-766f6b554aa09796d922730caa3ea67de1e9ed91.tar.xz |
build system: configure: append LIBDIR as the last linker path element.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |