浏览代码

boost: add bsd and cross platform. (#1036)

* boost: add bsd and cross platform.

* trigger ci
Chen Yufei 3 年之前
父节点
当前提交
892a4c18b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/b/boost/xmake.lua

+ 1 - 1
packages/b/boost/xmake.lua

@@ -96,7 +96,7 @@ package("boost")
         package:add("defines", "BOOST_ALL_NO_LIB")
     end)
 
-    on_install("macosx", "linux", "windows", function (package)
+    on_install("macosx", "linux", "windows", "bsd", "cross", function (package)
 
         -- force boost to compile with the desired compiler
         local file = io.open("user-config.jam", "a")