Fix sfml pthread syslink (#1364)

pull/1367/head
Jérôme Leclercq 2 years ago committed by GitHub
parent 2627522daf
commit eed6ab7ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/s/sfml/xmake.lua

@ -25,6 +25,10 @@ package("sfml")
end
end
if is_plat("linux") then
add_syslinks("pthread")
end
add_configs("graphics", {description = "Use the graphics module", default = true, type = "boolean"})
add_configs("window", {description = "Use the window module", default = true, type = "boolean"})
add_configs("audio", {description = "Use the audio module", default = true, type = "boolean"})

Loading…
Cancel
Save