- Timestamp:
- 10/04/08 10:33:25 (5 years ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/src/main.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/src/main.cc
r20653 r20663 77 77 if (s.rfind(removepath) != std::string::npos) { 78 78 s = s.substr(0, s.rfind(removepath)) + "lib/llv8call/"; 79 #ifdef __APPLE__ 80 // mac os x requires full path 81 char * resolved_path = new char [PATH_MAX]; 82 assert( realpath(s.c_str(), resolved_path) ); 83 puts(resolved_path); 84 s = resolved_path; 85 delete [] resolved_path; 86 #endif 79 87 v8ext->Set(String::New("LibraryPath"), String::New(s.c_str())); 80 88 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)