summaryrefslogtreecommitdiff
path: root/server/platform.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/platform.lua')
-rw-r--r--server/platform.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/platform.lua b/server/platform.lua
index 3832a762..b89a76bc 100644
--- a/server/platform.lua
+++ b/server/platform.lua
@@ -7,8 +7,8 @@ end
package.path = rootPath .. 'src/?.lua'
.. ';' .. rootPath .. 'src/?/init.lua'
-if package.loadlib(rootPath .. 'Macos/bin/bee.so', 'luaopen_bee_platform') then
- package.cpath = rootPath .. 'Macos/bin/?.so'
+if package.loadlib(rootPath .. 'macOS/bin/bee.so', 'luaopen_bee_platform') then
+ package.cpath = rootPath .. 'macOS/bin/?.so'
elseif package.loadlib(rootPath .. 'Linux/bin/bee.so', 'luaopen_bee_platform') then
package.cpath = rootPath .. 'Linux/bin/?.so'
elseif package.loadlib(rootPath .. 'Windows/bin/bee.dll', 'luaopen_bee_platform') then