Browse Source

Add loongarch64 support

pull/476/head
YHStar 5 months ago
parent
commit
8ee7f96f4e
No known key found for this signature in database GPG Key ID: C995667BBCB071F4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cmake/DPF-plugin.cmake

+ 2
- 0
cmake/DPF-plugin.cmake View File

@@ -497,6 +497,8 @@ function(dpf__determine_vst3_package_architecture OUTPUT_VARIABLE)
set(vst3_package_arch "${vst3_system_arch}")
elseif(vst3_system_arch MATCHES "^(aarch64)$")
set(vst3_package_arch "aarch64")
elseif(vst3_system_arch MATCHES "^(loongarch64)$")
set(vst3_package_arch "loongarch64")
else()
message(FATAL_ERROR "We don't know this architecture for VST3: ${vst3_system_arch}.")
endif()


Loading…
Cancel
Save