Install_deps: Add command line options to saved BUILD_NOTES.txt.

Requested by Daniel Salazar (zanqdo) over IRC.
This commit is contained in:
Bastien Montagne
2015-09-22 09:45:01 +02:00
parent e51272f663
commit f2418f48fa

View File

@@ -35,6 +35,8 @@ required-numpy: \
-- "$@" \ -- "$@" \
) )
COMMANDLINE=$@
DISTRO="" DISTRO=""
RPM="" RPM=""
SRC="$HOME/src/blender-deps" SRC="$HOME/src/blender-deps"
@@ -3120,6 +3122,10 @@ print_info() {
PRINT "Often, changes in the libs built by this script, or in your distro package, cannot be handled simply, so..." PRINT "Often, changes in the libs built by this script, or in your distro package, cannot be handled simply, so..."
PRINT "" PRINT ""
PRINT "" PRINT ""
PRINT "Ran with:"
PRINT " install_deps.sh $COMMANDLINE"
PRINT ""
PRINT ""
PRINT "If you're using CMake add this to your configuration flags:" PRINT "If you're using CMake add this to your configuration flags:"
_buildargs="" _buildargs=""