From 567ccbfc3a19ee7ad3519446c59c7e9a751bcdb2 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 22 Mar 2024 22:18:18 +0100 Subject: [PATCH] build: Don't postprocess libimhex.dylib --- cmake/modules/PostprocessBundle.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/modules/PostprocessBundle.cmake b/cmake/modules/PostprocessBundle.cmake index e8b0a5aa5..17193c66d 100644 --- a/cmake/modules/PostprocessBundle.cmake +++ b/cmake/modules/PostprocessBundle.cmake @@ -35,7 +35,6 @@ message(STATUS "Fixing up application bundle: ${BUNDLE_PATH}") # Make sure to fix up any included ImHex plugin. file(GLOB_RECURSE plugins "${BUNDLE_PATH}/Contents/MacOS/plugins/*.hexplug") -list(APPEND plugins "${BUNDLE_PATH}/Contents/Frameworks/libimhex.dylib") # BundleUtilities doesn't support DYLD_FALLBACK_LIBRARY_PATH behavior, which