소스 검색

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
                  {