mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Server] Fix non-Windows builds
This commit is contained in:
parent
81e2e48561
commit
2e1d4a9449
@ -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…
x
Reference in New Issue
Block a user