mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34026 3c298f89-4303-0410-b956-a3cf2f4a3e73
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