Update config example function signature
@@ -199,7 +199,7 @@ python script that must be named ``config.py``:
# config.py
- def can_build(platform):
+ def can_build(env, platform):
return True
def configure(env):