ソースを参照

fix arch for boost

ruki 3 年 前
コミット
993d6c828a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/b/boost/xmake.lua

+ 1 - 1
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(".+64") then
+        if package:is_arch(".+64.*") then
             table.insert(argv, "address-model=64")
         else
             table.insert(argv, "address-model=32")