Jelajahi Sumber

Disable readline support when building on MacOS Classic.

Ryan C. Gordon 24 tahun lalu
induk
melakukan
a2bbbdb2c3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      test/test_physfs.c

+ 1 - 1
test/test_physfs.c

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