diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index 4cfaafdb8caa..e81f4147f346 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -119,7 +119,12 @@ Reference< XComponentContext > SAL_CALL bootstrap() if (!Bootstrap::get("URE_BOOTSTRAP", uri)) { Bootstrap::set( "URE_BOOTSTRAP", - Bootstrap::encode(path + SAL_CONFIGFILE("fundamental"))); + Bootstrap::encode( + path + +#if defined MACOSX + "../Resources/" +#endif + SAL_CONFIGFILE("fundamental"))); } // create default local component context |