Skip to content

Commit 8543a19

Browse files
authored
Merge pull request #773 from pietpukkel/dev
Support for Apple Silicon / M1
2 parents e580276 + 2ad5892 commit 8543a19

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)