We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e41c80 commit 3ccb864Copy full SHA for 3ccb864
packages/vapoursynth.cmake
@@ -1,4 +1,4 @@
1
-if(${TARGET_CPU} MATCHES "x86_64")
+if(${TARGET_CPU} MATCHES "x86_64" OR ${TARGET_CPU} MATCHES "aarch64")
2
set(rev "R65")
3
else()
4
set(rev "R63")
0 commit comments