Provide support for vendored native code workflow.

This commit introduces generated overlay filesystem support for
${PATH}, ${LD_LIBRARY_PATH}, and ${PKG_CONFIG_PATH} as well as
includes a working example of how to take advantage of this support
when integrating with vendored code.
This commit is contained in:
Matt T. Proud
2013-05-24 11:36:44 +02:00
parent e209cb6742
commit a1b2d926d6
33 changed files with 39688 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
. $GVM_ROOT/scripts/functions
_gvm()
_gvm()
{
local cur prev opts base
COMPREPLY=()