File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 80
80
info " Building cocos2d-x third party libraries for iOS"
81
81
82
82
if [ " $PLATFORM " = " Simulator" ]; then
83
- TARGET=" ${ARCH} -apple-darwin11 "
83
+ TARGET=" ${ARCH} -apple-darwin14 "
84
84
OPTIM=" -O3 -g"
85
85
else
86
- TARGET=" arm-apple-darwin11 "
86
+ TARGET=" arm-apple-darwin14 "
87
87
OPTIM=" -O3 -g"
88
88
fi
89
89
190
190
fi
191
191
192
192
# # FIXME: add more convenient
193
- ../bootstrap --build=x86_64-apple-darwin11 --host=${TARGET} --prefix=${COCOSROOT} /contrib/${TARGET} -${ARCH} \
193
+ ../bootstrap --build=x86_64-apple-darwin14 --host=${TARGET} --prefix=${COCOSROOT} /contrib/${TARGET} -${ARCH} \
194
194
--disable-lua \
195
195
--disable-freetype2 \
196
196
--enable-png > ${out}
Original file line number Diff line number Diff line change 1
- 8820d2741ec2bd75a1ce984e72b56c888037f2db libpng-1.6.2 .tar.xz
1
+ c3d54f9ab683d63218361487269380fb8e0cf3b6 libpng-1.6.12 .tar.xz
Original file line number Diff line number Diff line change 1
1
# PNG
2
- PNG_VERSION := 1.6.2
2
+ PNG_VERSION := 1.6.12
3
3
PNG_URL := $(SF ) /libpng/libpng16/$(PNG_VERSION ) /libpng-$(PNG_VERSION ) .tar.xz
4
4
5
5
PKGS += png
@@ -18,10 +18,10 @@ png: libpng-$(PNG_VERSION).tar.xz .sum-png
18
18
19
19
20
20
21
- DEPS_png = zlib $(DEPS_zlib )
21
+ # DEPS_png = zlib $(DEPS_zlib)
22
22
23
23
.png : png
24
24
$(RECONF )
25
- cd $< && $(HOSTVARS ) ./configure $(HOSTCONF )
25
+ cd $< && $(HOSTVARS ) ./configure --enable-arm-neon=api $(HOSTCONF )
26
26
cd $< && $(MAKE ) install
27
27
touch $@
You can’t perform that action at this time.
0 commit comments