tcl.tclPackageHook: add dontWrapTclBinaries parameter
This commit is contained in:
@@ -41,6 +41,8 @@ findInstalledTclPkgs() {
|
||||
|
||||
# Wrap any freshly-installed binaries and set up their TCLLIBPATH
|
||||
wrapTclBins() {
|
||||
if [ "$dontWrapTclBinaries" ]; then return; fi
|
||||
|
||||
if [[ -z "${TCLLIBPATH-}" ]]; then
|
||||
echo "skipping automatic Tcl binary wrapping (nothing to do)"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user