forked from mirror/openmw-tes3mp
[Server] Fix non-Windows builds
This commit is contained in:
parent
81e2e48561
commit
2e1d4a9449
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ int main(int argc, char *argv[])
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
LangLua::AddPackageCPath(Utils::convertPath(pluginHome + "/lib/?.dll"));
|
LangLua::AddPackageCPath(Utils::convertPath(pluginHome + "/lib/?.dll"));
|
||||||
#else
|
#else
|
||||||
LangLua::AddPackageCPath(Utils::convertPath(plugin_home + "/lib/?.so"));
|
LangLua::AddPackageCPath(Utils::convertPath(pluginHome + "/lib/?.so"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue