From 310f1b79dd6f711eef67435ef6439e029e55373e Mon Sep 17 00:00:00 2001 From: Esteban Papp Date: Mon, 14 Jun 2021 15:45:40 -0700 Subject: [PATCH] plugins should be handled by fixup_bundle --- cmake/Platform/Mac/runtime_dependencies_mac.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Platform/Mac/runtime_dependencies_mac.cmake.in b/cmake/Platform/Mac/runtime_dependencies_mac.cmake.in index e67702e902..a0b418daff 100644 --- a/cmake/Platform/Mac/runtime_dependencies_mac.cmake.in +++ b/cmake/Platform/Mac/runtime_dependencies_mac.cmake.in @@ -35,6 +35,7 @@ function(ly_copy source_file target_directory) set(local_plugin_dirs ${plugin_dirs}) list(APPEND local_plugin_dirs "${target_directory}") set(plugin_dirs ${local_plugin_dirs} PARENT_SCOPE) + return() elseif("${source_file}" MATCHES "qt/plugins" AND "${target_directory}" MATCHES "\\.app/Contents/MacOS")