diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 16:18:19 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 16:18:47 +0000 |
commit | 7c24ed744dfa544fa53ae06238a6947c2ebde1da (patch) | |
tree | 500a826f5be4c3d1237290e45ca326a9b82c85c8 /configure | |
parent | 38576afd96e8f7dd562e32a4eb6aafc042167bd7 (diff) | |
download | sltdl-7c24ed744dfa544fa53ae06238a6947c2ebde1da.tar.bz2 sltdl-7c24ed744dfa544fa53ae06238a6947c2ebde1da.tar.xz |
build system: configure: config_ccenv(): fix typo.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -853,11 +853,11 @@ config_ccenv() else case "$mb_libdir" in /*) - mb_ldflags_last="$mb_cflags_last -I$mb_sysroot/.$mb_includedir" + mb_cflags_last="$mb_cflags_last -I$mb_sysroot/.$mb_includedir" mb_ldflags_last="$mb_ldflags_last -L$mb_sysroot/.$mb_libdir" ;; *) - mb_ldflags_last="$mb_cflags_last -I$mb_includedir" + mb_cflags_last="$mb_cflags_last -I$mb_includedir" mb_ldflags_last="$mb_ldflags_last -L$mb_libdir" esac fi |