flatcc: fix debug build
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 18 Nov 2018 16:58:48 +0000 (17:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 18 Nov 2018 18:02:05 +0000 (19:02 +0100)
commitf7abb6250282d3860e2330d5412e25606d78efe6
tree6f34e98a82f69bcaddc6c766a5b56c1007824f54
parenta18eb7f785e0a92ac6245591d3dd738571533d26
flatcc: fix debug build

flatcc is named flatcc_d if BR2_ENABLE_DEBUG is set because of the
following line in CMakeLists.txt: set(CMAKE_DEBUG_POSTFIX "_d")

So update FLATCC_TARGET_REMOVE_FLATCC_COMPILER hook to replace flatcc
by flatcc*

Fixes:
 - http://autobuild.buildroot.org/results/a47f49cd2fdd809257bd7e83dca620f2e6aac85b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/flatcc/flatcc.mk