mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix config
This commit is contained in:
parent
32ab3c7967
commit
a915ee30f2
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ jobs:
|
|||
- run:
|
||||
name: Install jpeg-turbo (Universal)
|
||||
command: |
|
||||
cd ~/deps/libjpeg-turbo-2.1.4/build-arm64
|
||||
if [ ! -f /usr/local/lib/libturbojpeg.0.2.0.dylib ]; then
|
||||
cd ~/deps/libjpeg-turbo-2.1.4/build-arm64
|
||||
for i in libjpeg.62.3.0.dylib cjpeg cjpeg-static djpeg djpeg-static jcstest jpegtran jpegtran-static libjpeg.a libturbojpeg.a libturbojpeg.0.2.0.dylib rdjpgcom strtest tjbench tjbench-static tjexample tjunittest tjunittest-static wrjpgcom
|
||||
do
|
||||
lipo -create -output $i ../build-x86/$i $i
|
||||
|
|
@ -155,8 +155,8 @@ jobs:
|
|||
- run:
|
||||
name: Install libpng (Universal)
|
||||
command: |
|
||||
cd ~/deps/libpng-1.6.39/build-arm64
|
||||
if [ ! -f /usr/local/lib/libpng16.16.dylib ]; then
|
||||
cd ~/deps/libpng-1.6.39/build-arm64
|
||||
for i in libpng16.16.39.0.dylib libpng16.a png-fix-itxt pngfix pngimage pngstest pngtest pngunknown pngvalid
|
||||
do
|
||||
lipo -create -output $i ../build-x86/$i $i
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue