fix: Remaining build issues

This commit is contained in:
WerWolv
2024-03-13 09:40:37 +01:00
parent 3798654f92
commit 6972736abf
4 changed files with 4 additions and 26 deletions

View File

@@ -801,6 +801,7 @@ namespace hex {
return dlopen(info.dli_fname, RTLD_LAZY);
#else
hex::unused(symbol);
return nullptr;
#endif
}