Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed building of stable-2.0 branch with Mac OS X 10.6 SDK.
  • Loading branch information
icculus committed Sep 6, 2009
1 parent aa478bc commit 88268ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs_platforms.h
Expand Up @@ -28,7 +28,7 @@
#elif ((defined __MACH__) && (defined __APPLE__))
/* To check if iphone or not, we need to include this file */
# include <TargetConditionals.h>
# if (defined(TARGET_IPHONE_SIMULATOR) || (defined TARGET_OS_IPHONE))
# if ((TARGET_IPHONE_SIMULATOR) || (TARGET_OS_IPHONE))
# define PHYSFS_PLATFORM_UNIX
# define PHYSFS_PLATFORM_POSIX
# define PHYSFS_NO_CDROM_SUPPORT
Expand Down

0 comments on commit 88268ab

Please sign in to comment.