Changeset 8366 for code/trunk/src/libraries/core/command
- Timestamp:
- Apr 30, 2011, 9:31:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/command/TclBind.cc
r8079 r8366 140 140 { 141 141 #ifdef DEPENDENCY_PACKAGE_ENABLE 142 if (PathConfig:: isDevelopmentRun())142 if (PathConfig::buildDirectoryRun()) 143 143 return (std::string(specialConfig::dependencyLibraryDirectory) + "/tcl"); 144 144 else 145 return (PathConfig::getRootPathString() + "lib/tcl");145 return (PathConfig::getRootPathString() + specialConfig::defaultLibraryPath + "/tcl"); 146 146 #else 147 147 return "";
Note: See TracChangeset
for help on using the changeset viewer.