Skip to content

Commit

Permalink
Link pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed May 14, 2024
1 parent 9ec168e commit 084cba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
files({"source/posix/*.cpp", "source/posix/*.hpp"})
links({"pthread"})

0 comments on commit 084cba0

Please sign in to comment.