Skip to content

Commit

Permalink
#1395 Use target_arch arm64ec also for Pot Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jan 3, 2025
1 parent 5c983d1 commit 9a9911a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pot/src/plugins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ const VST_CACHE_FILE: &str = {
{
"reaper-vstplugins.ini"
}
#[cfg(target_arch = "aarch64")]
#[cfg(target_arch = "arm64ec")]
{
"reaper-vstplugins64arwmin.ini"
}
Expand Down Expand Up @@ -625,7 +625,7 @@ const CLAP_CACHE_FILE: &str = {
{
"reaper-clap-win32"
}
#[cfg(target_arch = "aarch64")]
#[cfg(target_arch = "arm64ec")]
{
"reaper-clap-winarm64"
}
Expand Down

0 comments on commit 9a9911a

Please sign in to comment.