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 | 0ee88650c41ef10f48057b223a660ff5d9dc8b22 (patch) | |
tree | 8990b110b8475fce685440d6c1fe68e9f0bb3875 | |
parent | c6f0eece87a49603eb72885f33579ce14e4e6d88 (diff) | |
download | ntapi-0ee88650c41ef10f48057b223a660ff5d9dc8b22.tar.bz2 ntapi-0ee88650c41ef10f48057b223a660ff5d9dc8b22.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 } |