Explorar o código

Disable readline support when building on MacOS Classic.

Ryan C. Gordon %!s(int64=24) %!d(string=hai) anos
pai
achega
a2bbbdb2c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test_physfs.c

+ 1 - 1
test/test_physfs.c

@@ -11,7 +11,7 @@
 #include <errno.h>
 #include <string.h>
 
-#if (!defined WIN32)
+#if ((!defined WIN32) && (!defined __MACOS__))
 #define HAVE_READLINE
 #endif