mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
13 lines
432 B
Diff
13 lines
432 B
Diff
diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c
|
|
index 6c77bfad3..0d41a2d6b 100644
|
|
--- a/client/src/proxmark3.c
|
|
+++ b/client/src/proxmark3.c
|
|
@@ -1098,7 +1098,7 @@ int main(int argc, char *argv[]) {
|
|
|
|
#ifdef HAVE_GUI
|
|
|
|
-# if defined(_WIN32)
|
|
+# if defined(_WIN32) || (defined(__MACH__) && defined(__APPLE__))
|
|
InitGraphics(argc, argv, script_cmds_file, script_cmd, stayInCommandLoop);
|
|
MainGraphics();
|
|
# else
|