Browse Source

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

* boost: add bsd and cross platform.

* trigger ci
Chen Yufei 3 years ago
parent
commit
892a4c18b2
1 changed files with 1 additions and 1 deletions
  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")