fix toolset for boost

pull/18/head
ruki 5 years ago
parent b3fce759a1
commit 1d6ec55672
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/b/boost/xmake.lua

@ -42,6 +42,8 @@ package("boost")
if file then
if is_plat("macosx") then
file:print("using darwin : : %s ;", package:build_getenv("cxx"))
elseif is_plat("windows") then
file:print("using msvc : : %s ;", package:build_getenv("cxx"))
else
file:print("using gcc : : %s ;", package:build_getenv("cxx"))
end

Loading…
Cancel
Save