mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
only add pthreads linking when on linux
This commit is contained in:
parent
12461d27e7
commit
7b99d6b7dd
@ -11,11 +11,14 @@ end
|
||||
|
||||
function ZoneLoading:link(links)
|
||||
links:add(self:name())
|
||||
links:add("pthread")
|
||||
links:linkto(Crypto)
|
||||
links:linkto(Utils)
|
||||
links:linkto(ZoneCommon)
|
||||
links:linkto(zlib)
|
||||
|
||||
if os.host() == "linux" then
|
||||
links:add("pthread")
|
||||
end
|
||||
end
|
||||
|
||||
function ZoneLoading:use()
|
||||
|
Loading…
x
Reference in New Issue
Block a user