build: Fix rpath issues on macOS

This commit is contained in:
WerWolv
2024-01-24 22:30:40 +01:00
parent b605c463a1
commit 390c1469b1
4 changed files with 14 additions and 9 deletions

View File

@@ -268,9 +268,6 @@ namespace hex {
return !plugin.isValid();
});
if (getPlugins().empty())
return false;
return true;
}