Document 'STRIP' variable
This commit is contained in:
parent
397b72eb9e
commit
5b4f636ed8
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ version = 0.5.0
|
|||
# - CC
|
||||
# - CXX
|
||||
# - INSTALL
|
||||
# - STRIP
|
||||
# - DESTDIR
|
||||
#
|
||||
# Deprecated path variables:
|
||||
|
|
@ -212,6 +213,10 @@ version = 0.5.0
|
|||
# INSTALL
|
||||
# Definition of install program.
|
||||
#
|
||||
# STRIP
|
||||
# Name of strip program. Default 'strip' can be overridden in cross compilation
|
||||
# environments.
|
||||
#
|
||||
# objectsdir:
|
||||
# Root directory for installation of Pd library directories, like PDLIBDIR but
|
||||
# not overridable by environment. Supported for compatibility with pd-extended
|
||||
|
|
|
|||
Loading…
Reference in a new issue