src/global.h: Define TARGET_PREFIX when it is not defined

Origin commit data
------------------
Branch: ni/coolstream
Commit: e68f5b6708
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-10-01 (Sat, 01 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-10-01 11:42:54 +02:00
parent d9226374eb
commit 69092e211c

View File

@@ -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__ */