Add boost pch config (#2316)

* Add boost pch config

* Liunx close pch

* Add boost pch config
pull/1874/merge
airhh group 1 year ago committed by GitHub
parent c6755ae3d0
commit c30c39d17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      packages/b/boost/xmake.lua

@ -261,6 +261,11 @@ package("boost")
table.insert(argv, "--with-" .. libname)
end
end
if package:is_plat("linux") then
table.insert(argv, "pch=off")
end
os.vrunv("./b2", argv, {envs = runenvs})
end)

Loading…
Cancel
Save