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 2a3e51d51f
commit f186981924

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",