[ios/depends] - add fakeroot and gen_entitlements to native build target
authorLinus Yang <laokongzi@gmail.com>
Thu, 13 Feb 2014 05:39:58 +0000 (13:39 +0800)
committerMemphiz <memphis@machzwo.de>
Wed, 25 Jun 2014 16:13:22 +0000 (18:13 +0200)
tools/depends/native/Makefile

index 9bbdd46..b03f7a1 100644 (file)
@@ -13,7 +13,7 @@ NATIVE= m4-native gettext-native autoconf-native automake-native \
 
 
 ifeq ($(OS),ios)
-  NATIVE += dpkg-native xz-native tar-native
+  NATIVE += dpkg-native xz-native tar-native fakeroot-native gen_entitlements-native
 endif
 
 ifeq ($(OS),osx)