Skip to content

Commit 2ad5892

Browse files
pietpukkelpietpukkel
authored andcommitted
Support for Apple Silicon / M1
Added universal libraries where needed and changed PNG CMake file to include ARM files when generating Mac XCode project.
1 parent 654326e commit 2ad5892

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed
471 KB
Binary file not shown.
Binary file not shown.
-393 KB
Binary file not shown.
3.6 MB
Binary file not shown.
757 KB
Binary file not shown.

thirdparty/png/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(WIN32)
2828
intel/intel_init.c
2929
intel/filter_sse2_intrinsics.c
3030
)
31-
elseif(ANDROID OR IOS)
31+
elseif(ANDROID OR APPLE)
3232
set(${target_name}_src ${${target_name}_src}
3333
arm/arm_init.c
3434
arm/filter_neon.S

thirdparty/zlib/prebuilt/mac/libz.a

103 KB
Binary file not shown.

0 commit comments

Comments
 (0)