浏览代码

Merge pull request #1229 from ClaymorePT/master

boost: patch update
Steven Barth 9 年前
父节点
当前提交
e0b484958c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      libs/boost/patches/001-mips-options-fix.patch

+ 1
- 1
libs/boost/patches/001-mips-options-fix.patch 查看文件

@@ -5,7 +5,7 @@
5 5
          {
6 6
              local arch = [ feature.get-values architecture : $(properties) ] ;
7 7
 -            if $(arch) != arm
8
-+            if $(arch) != arm && $(arch) != mips1
8
++            if $(arch) = power || $(arch) = sparc || $(arch) = x86
9 9
              {
10 10
                  if $(model) = 32
11 11
                  {