mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
Merge branch 'makefile_fixes' of https://github.com/chrko/rivendell into chrko-makefile_fixes
This commit is contained in:
@@ -100,13 +100,8 @@ fi
|
||||
AR_GCC_TARGET()
|
||||
AC_SUBST(VENDOR,$ar_gcc_distro)
|
||||
AC_SUBST(ARCH,$ar_gcc_arch)
|
||||
if test $ar_gcc_arch = x86_64 ; then
|
||||
LIB_PATH=$PREFIX/lib64
|
||||
AC_SUBST(RD_LIB_PATH,lib64)
|
||||
else
|
||||
LIB_PATH=$PREFIX/lib
|
||||
AC_SUBST(RD_LIB_PATH,lib)
|
||||
fi
|
||||
LIB_PATH=$PREFIX/lib
|
||||
AC_SUBST(RD_LIB_PATH,lib)
|
||||
|
||||
#
|
||||
# Determine Distro
|
||||
|
||||
Reference in New Issue
Block a user