Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/qt/qt_platform.cpp b/src/qt/qt_platform.cpp 2index 824f71023..1f38e4b5f 100644 3--- a/src/qt/qt_platform.cpp 4+++ b/src/qt/qt_platform.cpp 5@@ -673,6 +673,10 @@ plat_init_rom_paths(void) 6 rom_add_path(QDir(path).filePath("86Box/roms").toUtf8().constData()); 7 #endif 8 } 9+ 10+ #ifdef __APPLE__ 11+ rom_add_path("@out@/share/86Box/roms/"); 12+ #endif 13 } 14 15 void