From cd4c7fadf443d4bc00b862bf8f5689ec9509f69f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Aug 2017 17:28:00 +0100 Subject: debuginstallc shouldn't be built by default --- p2pvr/Jamfile.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam index d1fb45b..79ebcc1 100644 --- a/p2pvr/Jamfile.jam +++ b/p2pvr/Jamfile.jam @@ -11,6 +11,7 @@ build-project carddaemon ; build-project dvb/unittests ; explicit debuginstall ; +explicit debuginstallc ; install debuginstall : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : ./bin/testing ; install debuginstallc : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon ice//p2pvrice : ./bin/testingc ; alias finallib : -- cgit v1.2.3