mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-23 16:32:49 +00:00
bruh fix
This commit is contained in:
parent
1fefd8dc6d
commit
fa4aea15d4
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ jobs:
|
|||
command: |
|
||||
if [ ! -f /usr/local/lib/libpng16.16.dylib ]; then
|
||||
cd ~/deps/libpng-1.6.50/build-arm64
|
||||
for i in libpng16.16.39.0.dylib libpng16.a png-fix-itxt pngfix pngimage pngstest pngtest pngunknown pngvalid
|
||||
for i in libpng16.16.50.0.dylib libpng16.a png-fix-itxt pngfix pngimage pngstest pngtest pngunknown pngvalid
|
||||
do
|
||||
lipo -create -output $i ../build-x86/$i $i
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue