Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable readline support when building on MacOS Classic.
  • Loading branch information
icculus committed Apr 2, 2002
1 parent c6a778d commit a2bbbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -11,7 +11,7 @@
#include <errno.h>
#include <string.h>

#if (!defined WIN32)
#if ((!defined WIN32) && (!defined __MACOS__))
#define HAVE_READLINE
#endif

Expand Down

0 comments on commit a2bbbdb

Please sign in to comment.