mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-17 05:20:08 +08:00
put tcc in /usr/lib64/tcc on distros that have it
This commit is contained in:
parent
2ab42855cb
commit
b0b29d8013
2
configure
vendored
2
configure
vendored
@ -268,7 +268,7 @@ if test x"$libdir" = x""; then
|
|||||||
libdir="${execprefix}/lib"
|
libdir="${execprefix}/lib"
|
||||||
fi
|
fi
|
||||||
if test x"$tccdir" = x""; then
|
if test x"$tccdir" = x""; then
|
||||||
tccdir="${execprefix}/lib/tcc"
|
tccdir="${libdir}/tcc"
|
||||||
fi
|
fi
|
||||||
if test x"$mandir" = x""; then
|
if test x"$mandir" = x""; then
|
||||||
mandir="${prefix}/man"
|
mandir="${prefix}/man"
|
||||||
|
Loading…
Reference in New Issue
Block a user