mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Create bundle metadata for universal binaries
This commit is contained in:
@@ -699,7 +699,10 @@ pub fn maybe_create_macos_bundle_metadata(
|
||||
target: CompilationTarget,
|
||||
bundle_type: BundleType,
|
||||
) -> Result<()> {
|
||||
if !matches!(target, CompilationTarget::MacOS(_)) {
|
||||
if !matches!(
|
||||
target,
|
||||
CompilationTarget::MacOS(_) | CompilationTarget::MacOSUniversal
|
||||
) {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user