Temporary build fix

Unhook fitness from the build to work around build break in playfair. We
updated the Sky package in an incompatible way, which means we need to roll in
a new playfair package to build fitness.
This commit is contained in:
Adam Barth 2015-08-18 21:50:29 -07:00
parent 231c2a9c70
commit 63767d67de

View File

@ -7,7 +7,8 @@ group("examples") {
deps = [
"//examples/demo_launcher",
"//examples/fitness",
# TODO(abarth): Add fitness back once playfair rolls
#"//examples/fitness",
"//examples/game",
"//examples/mine_digger",
"//examples/rendering",