Skip to content

Commit 3ccb864

Browse files
Andarwinuxshinchiro
authored andcommitted
vapoursynth: support aarch64
1 parent 9e41c80 commit 3ccb864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vapoursynth.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(${TARGET_CPU} MATCHES "x86_64")
1+
if(${TARGET_CPU} MATCHES "x86_64" OR ${TARGET_CPU} MATCHES "aarch64")
22
set(rev "R65")
33
else()
44
set(rev "R63")

0 commit comments

Comments
 (0)