Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on Android
This commit is contained in:
parent
77d80f9e5b
commit
47c6f602f7
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ test::BootstrapFixtureBase::BootstrapFixtureBase()
|
|||
m_aSolverRootURL += rtl::OUString::createFromAscii( "/" );
|
||||
#endif
|
||||
#else
|
||||
const char* pSrcRoot = "/";
|
||||
const char* pSolverRoot = "/";
|
||||
const char* pSrcRoot = "/assets";
|
||||
const char* pSolverRoot = "/assets";
|
||||
#endif
|
||||
m_aSrcRootPath = rtl::OUString::createFromAscii( pSrcRoot );
|
||||
m_aSrcRootURL += m_aSrcRootPath;
|
||||
|
|
Loading…
Reference in a new issue