Changeset 5649 for code/branches/libraries/src/core/Core.cc
- Timestamp:
- Aug 16, 2009, 4:21:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/core/Core.cc
r5647 r5649 282 282 boost::filesystem::path searchpath = this->configuration_->pluginPath_; 283 283 284 // Add that path to the PATH variable in case a plugin depends on another one 285 std::string pathVariable = getenv("PATH"); 286 putenv(("PATH=" + pathVariable + ";" + configuration_->pluginPath_.string()).c_str()); 287 284 288 boost::filesystem::directory_iterator file(searchpath); 285 289 boost::filesystem::directory_iterator end;
Note: See TracChangeset
for help on using the changeset viewer.