Mercurial > hg > sonic-visualiser
changeset 1755:c866f9a77b23
Fix misnamed target, which caused a lot of stuff to be rebuilt on what should have been empty remakes
| author | Chris Cannam | 
|---|---|
| date | Thu, 07 Dec 2017 13:52:53 +0000 | 
| parents | 076aca59192f | 
| children | edaa018a3731 ab5912ee87d8 | 
| files | capnp-regen.pri | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/capnp-regen.pri Thu Dec 07 13:34:23 2017 +0000 +++ b/capnp-regen.pri Thu Dec 07 13:52:53 2017 +0000 @@ -1,5 +1,5 @@ -capnpc.target = piper-cpp/vamp-capnp/piper-capnp.h +capnpc.target = piper-cpp/vamp-capnp/piper.capnp.h capnpc.depends = $$PWD/piper/capnp/piper.capnp capnpc.commands = capnp compile --src-prefix=$$PWD/piper/capnp -oc++:$$PWD/piper-cpp/vamp-capnp $$capnpc.depends
