diff options
author | Linus Yang <laokongzi@gmail.com> | 2014-02-13 13:39:58 +0800 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-06-25 18:13:22 +0200 |
commit | 6ffd4c13dacb01108504cba78a4c4cbe54a552c5 (patch) | |
tree | f22c859d7e121566f9a605cf254f4f5160fc0716 /tools/depends/native/Makefile | |
parent | d82db3effe66c264596bd21f7755074046059d0c (diff) |
[ios/depends] - add fakeroot and gen_entitlements to native build target
Diffstat (limited to 'tools/depends/native/Makefile')
-rw-r--r-- | tools/depends/native/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/Makefile b/tools/depends/native/Makefile index 9bbdd460a8..b03f7a13b6 100644 --- a/tools/depends/native/Makefile +++ b/tools/depends/native/Makefile @@ -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) |