diff --git a/premake5.lua b/premake5.lua index ded2c3b..884c357 100644 --- a/premake5.lua +++ b/premake5.lua @@ -41,4 +41,5 @@ CreateWorkspace({name = "lua_threaded", abi_compatible = false}) files({"source/win32/*.cpp", "source/win32/*.hpp"}) filter("system:linux or macosx") - files({"source/posix/*.cpp", "source/posix/*.hpp"}) \ No newline at end of file + files({"source/posix/*.cpp", "source/posix/*.hpp"}) + links({"pthread"}) \ No newline at end of file