summaryrefslogtreecommitdiffhomepage
path: root/sofort/cfgtest
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-11 09:38:21 +0000
committermidipix <writeonce@midipix.org>2021-04-11 10:22:31 +0000
commit460d559600fc7930d4fd7c0518948c3df4551d37 (patch)
tree89cdb3ff48b3dae1d5786128df57050f6de4ec13 /sofort/cfgtest
parentba15747bd97f3bd087db48fa823baa66af719064 (diff)
downloadsofort-460d559600fc7930d4fd7c0518948c3df4551d37.tar.bz2
sofort-460d559600fc7930d4fd7c0518948c3df4551d37.tar.xz
build system: cfgtest.sh: append LIBDIR as the last linker path element.
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r--sofort/cfgtest/cfgtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 3398483..45a324e 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -493,7 +493,7 @@ cfgtest_library_presence()
cfgtest_cmd=$(printf '%s -o a.out -xc - %s' \
"$mb_cfgtest_cc" "$mb_cfgtest_cflags")
- cfgtest_cmd="$cfgtest_cmd $cfgtest_libs"
+ cfgtest_cmd="$cfgtest_cmd -L${mb_libdir} $cfgtest_libs"
printf '%s' "$cfgtest_code_snippet" \
| $(printf '%s' "$cfgtest_cmd") \