changeset 3226:78f95d88aaff

[Darwin] Enable bzip2 compilation
author Anirudha Bose <ani07nov@gmail.com>
date Sun, 22 Sep 2013 23:58:48 +0530
parents 2a5a191f6302
children e51083cf2f46
files src/bzip2.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/bzip2.mk
+++ b/src/bzip2.mk
@@ -16,7 +16,7 @@
     head -1
 endef
 
-ifneq ($(filter mingw msvc,$(MXE_SYSTEM)),)
+ifneq ($(filter mingw msvc darwin,$(MXE_SYSTEM)),)
 define $(PKG)_BUILD
     $(SED) -i 's,sys\\stat\.h,sys/stat.h,g' '$(1)/bzip2.c'
     $(SED) -i 's,WINAPI,,g'                 '$(1)/bzlib.h'