1
0
Fork 0

fixed relative path

This commit is contained in:
Frank Celler 2012-06-13 13:39:21 +02:00
parent 00d1b9d0bf
commit 9d36e4f6e8
1 changed files with 2 additions and 2 deletions

View File

@ -1168,8 +1168,8 @@ int main (int argc, char* argv[]) {
#ifdef TRI_STARTUP_MODULES_PATH
StartupModules = TRI_STARTUP_MODULES_PATH;
#else
StartupModules = string(binaryPath) + "/js/client/modules"
+ ";" + string(binaryPath) + "/js/common/modules";
StartupModules = string(binaryPath) + "/../js/client/modules"
+ ";" + string(binaryPath) + "/../js/common/modules";
#endif
#else