eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34026
This commit is contained in:
6
toolchain/eglibc/include/libintl.h
Normal file
6
toolchain/eglibc/include/libintl.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __FAKE_LIBINTL_H
|
||||
#define __FAKE_LIBINTL_H
|
||||
|
||||
#define _(X) (X)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user