mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
build: Fix a few remaining build errors
This commit is contained in:
@@ -132,6 +132,7 @@ namespace hex::init {
|
||||
const auto shouldLoadPlugin = [executablePath = wolv::io::fs::getExecutablePath()](const Plugin &plugin) {
|
||||
// In debug builds, ignore all plugins that are not part of the executable directory
|
||||
#if !defined(DEBUG)
|
||||
std::ignore = plugin;
|
||||
return true;
|
||||
#else
|
||||
if (!executablePath.has_value())
|
||||
|
||||
Reference in New Issue
Block a user