fix pthreads4w

pull/1577/head
ruki 3 years ago
parent e110c2cbdc
commit e664465bd0
  1. 2
      packages/p/pthreads4w/xmake.lua

@ -28,7 +28,7 @@ package("pthreads4w")
os.cp("*.h", package:installdir("include/pthread"))
if package:config("shared") then
os.cp("*.dll", package:installdir("bin"))
package:add("PATH", "bin")
package:addenv("PATH", "bin")
end
if package:debug() then
os.cp("*.pdb", package:installdir("lib"))

Loading…
Cancel
Save