Updated extension for mac. (#1563)

This commit is contained in:
Adam 2023-07-19 21:06:18 -04:00 committed by George Sokianos
parent 60e71160b6
commit fbdd8fa318
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ package.path = DATADIR .. '/?/init.lua;' .. package.path
package.path = USERDIR .. '/?.lua;' .. package.path
package.path = USERDIR .. '/?/init.lua;' .. package.path
local suffix = PLATFORM == "Mac OS X" and 'lib' or (PLATFORM == "Windows" and 'dll' or 'so')
local suffix = PLATFORM == "Windows" and 'dll' or 'so'
package.cpath =
USERDIR .. '/?.' .. ARCH .. "." .. suffix .. ";" ..
USERDIR .. '/?/init.' .. ARCH .. "." .. suffix .. ";" ..