Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at master 13 lines 432 B view raw
1diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c 2index 6c77bfad3..0d41a2d6b 100644 3--- a/client/src/proxmark3.c 4+++ b/client/src/proxmark3.c 5@@ -1098,7 +1098,7 @@ int main(int argc, char *argv[]) { 6 7 #ifdef HAVE_GUI 8 9-# if defined(_WIN32) 10+# if defined(_WIN32) || (defined(__MACH__) && defined(__APPLE__)) 11 InitGraphics(argc, argv, script_cmds_file, script_cmd, stayInCommandLoop); 12 MainGraphics(); 13 # else