You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: depends/common/mpg123/fix-m1-build.patch
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ index ee9a1ba..81d23f8 100644
7
7
endif()
8
8
9
9
-if(WIN32)
10
-
+if(WIN32 OR (CORE_SYSTEM_NAME MATCHES "osx" AND CMAKE_SYSTEM_PROCESSOR MATCHES arm64) OR (CORE_SYSTEM_NAME MATCHES "ios" OR CORE_SYSTEM_NAME MATCHES "darwin_embedded"))
10
+
+if(WIN32 OR (CORE_SYSTEM_NAME MATCHES "osx" AND CMAKE_SYSTEM_PROCESSOR MATCHES aarch64) OR (CORE_SYSTEM_NAME MATCHES "ios" OR CORE_SYSTEM_NAME MATCHES "darwin_embedded"))
0 commit comments