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 | 37120c52808d4a4e2b2367f48c783fcedfaf0c3b (patch) | |
tree | 9e722a05029de193ea2993419795482d7d9ee45b | |
parent | 8ee1efb4908b686a19b7c3ca4947148a625cbed9 (diff) | |
download | ntcon-37120c52808d4a4e2b2367f48c783fcedfaf0c3b.tar.bz2 ntcon-37120c52808d4a4e2b2367f48c783fcedfaf0c3b.tar.xz |
build system: configure: append LIBDIR as the last linker path element.
-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 } |