Explorar o código

Update xmake.lua

ruki %!s(int64=3) %!d(string=hai) anos
pai
achega
7f99ab129d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/b/boost/xmake.lua

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

@@ -34,8 +34,7 @@ package("boost")
         add_syslinks("pthread", "dl")
     end
 
-    local libnames = {"filesystem",
-                      "fiber",
+    local libnames = {"fiber",
                       "coroutine",
                       "context",
                       "thread",
@@ -59,6 +58,7 @@ package("boost")
                       "graph_parallel",
                       "json",
                       "log",
+                      "filesystem",
                       "math",
                       "mpi",
                       "nowide",