diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-03-26 08:37:02 +1300 |
---|---|---|
committer | Trent Nelson <trent.a.b.nelson@gmail.com> | 2014-03-26 19:51:41 -0600 |
commit | 5ef9cc597278ed4a14a4f49fa65ff7c9c26a10c8 (patch) | |
tree | 3c4432b05ba0cfecb0d0a520d29a2610a03bcf2e /tools | |
parent | 8e391ebc05d66af275d53b7aa824f563b02b01a0 (diff) |
Merge pull request #4466 from Memphiz/dependsfix
[depends] - add missing dependency for python native (needs libz-native)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/native/Makefile b/tools/depends/native/Makefile index 202875c998..df475ac7c4 100644 --- a/tools/depends/native/Makefile +++ b/tools/depends/native/Makefile @@ -36,6 +36,7 @@ libsdl_image-native: libsdl-native libpng-native libjpeg-turbo-native tiff-nativ distribute-native: python26-native distutilscross-native: python26-native distribute-native tar-native: xz-native +python26-native: zlib-native #liblzo2 has stale packaged automake files that cause borked host/build detection liblzo2-native: automake-native |