mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
build: Make SDK not try to link to unbundled libraries
This commit is contained in:
@@ -247,7 +247,7 @@ namespace {
|
||||
*/
|
||||
int main(int argc, char **argv) {
|
||||
Window::initNative();
|
||||
hex::crash::setupCrashHandlers();
|
||||
crash::setupCrashHandlers();
|
||||
|
||||
if (argc > 1) {
|
||||
handleCommandLineInterface(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user