Commit de5cb257 authored by Adam Barth's avatar Adam Barth

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.
parent dea3a092
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment