Skip to content

Commit

Permalink
the way zlib test builds were excluded for iOS broke Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellSchubert committed Feb 10, 2015
1 parent 9f974f8 commit 5f05e2a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions library/zlib/1.2.8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
"1.2.8/zlib-1.2.8/include"
]
}
}
],
"conditions": [
["OS!='iOS'",
},

# this is one of zlib's tests
{
Expand All @@ -52,10 +49,16 @@
"sources": [ "1.2.8/zlib-1.2.8/test/example.c" ],
"dependencies": [
"zlib"
],
# this disables building the example on iOS
"conditions": [
["OS=='iOS'", {
"type": "none"
}]
]
}

# there's also a minigzip in the test dir, but that's more of an
# interactive test, I only care about automated tests here
]]
]
}

0 comments on commit 5f05e2a

Please sign in to comment.