Name

MK_LIBDIR — Install directory for libraries

Synopsis

MODULES="... path ..."
mk_declare -e -s MK_LIBDIR

Description

The directory where libraries are installed. On multiarchitecture systems that do not use "fat" binaries, this is a system-dependent variable that has separate values for each ISA. For example, on a Debian-like x86_64 Linux system, it defaults to $MK_BASELIBDIR for the x86_64 ISA and ${MK_BASELIBDIR}32 for the x86_32 ISA.

On systems that use "fat" binaries, such as Darwin, it is equivalent to MK_BASELIBDIR.