Fix issues with GenerateBindings target
authorFraser Waters <frassle@gmail.com>
Sat, 30 Dec 2017 18:43:26 +0000 (18:43 +0000)
committerFraser Waters <frassle@gmail.com>
Mon, 1 Jan 2018 19:33:25 +0000 (19:33 +0000)
commit0aa963c84ee6e671ee830a693852ff43fe47d042
tree3a8fbefb3db4c6f788fb006819015835cb55ea12
parent9610f202585e8dd0629e8243b5dab569008f5695
Fix issues with GenerateBindings target

generateBindings was let bound as a value and thus ran at startup before
any other target. Changed so all the code for generating the bindings is
in the target and the target is added a build dependency.
build.fsx