Skip to content

Commit

Permalink
Fix compilation errors on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
danielga committed May 29, 2023
1 parent 273a3cb commit 1c8935f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ CreateWorkspace({name = "lanes.core"})
links("lanes")
IncludeLuaShared()

filter("system:linux")
links("pthread")

CreateProject({serverside = false})
includedirs(LANES_DIRECTORY)
links("lanes")
IncludeLuaShared()

filter("system:linux")
links("pthread")

project("lanes")
kind("StaticLib")
warnings("Default")
Expand Down

0 comments on commit 1c8935f

Please sign in to comment.