From e68f5b670809ef2a11b48cebfa7fa48817abaf26 Mon Sep 17 00:00:00 2001 From: "M. Liebmann" Date: Sat, 1 Oct 2016 11:42:54 +0200 Subject: [PATCH] src/global.h: Define TARGET_PREFIX when it is not defined --- src/global.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/global.h b/src/global.h index 269169ab8..65f55aff7 100644 --- a/src/global.h +++ b/src/global.h @@ -92,4 +92,8 @@ NEUTRINO_CPP CRadioText *g_Radiotext; #define ENABLE_GUI_MOUNT #endif +#ifndef TARGET_PREFIX +#define TARGET_PREFIX "" +#endif + #endif /* __neutrino_global_h__ */