Skip to content

Commit

Permalink
Merge pull request #1229 from ClaymorePT/master
Browse files Browse the repository at this point in the history
boost: patch update
  • Loading branch information
sbyx committed May 4, 2015
2 parents a73b57c + 46663ca commit e0b4849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/boost/patches/001-mips-options-fix.patch
Expand Up @@ -5,7 +5,7 @@
{
local arch = [ feature.get-values architecture : $(properties) ] ;
- if $(arch) != arm
+ if $(arch) != arm && $(arch) != mips1
+ if $(arch) = power || $(arch) = sparc || $(arch) = x86
{
if $(model) = 32
{

0 comments on commit e0b4849

Please sign in to comment.