diff --git a/Tools/capp/Generate.j b/Tools/capp/Generate.j index ce42fad38..814e5e7fd 100644 --- a/Tools/capp/Generate.j +++ b/Tools/capp/Generate.j @@ -41,7 +41,7 @@ parser.option("--build", "useCappBuild") .help("Uses frameworks in the $CAPP_BUILD."); parser.option("-l") - .action(function(o) { o.symlink = o.shouldUseCappBuild = true; }) + .action(function(o) { o.symlink = o.useCappBuild = true; }) .help("Enables both the --symlink and --build options."); parser.option("--force", "force")