update boost (#1263)

pull/1266/head
ruki 2 years ago committed by GitHub
parent a140c62bb8
commit 21de2feac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/b/boost/xmake.lua

@ -143,7 +143,7 @@ package("boost")
"debug-symbols=" .. (package:debug() and "on" or "off"),
"link=" .. (package:config("shared") and "shared" or "static")
}
if package:is_arch("x64", "x86_64") then
if package:is_arch(".+64") then
table.insert(argv, "address-model=64")
else
table.insert(argv, "address-model=32")

Loading…
Cancel
Save