fix ios sim=true build

This commit is contained in:
Joshua Warner 2013-09-03 21:22:34 -06:00
parent 699ca75c54
commit 3136c9d156

View File

@ -43,7 +43,8 @@
# define SO_PREFIX "lib"
# ifdef __APPLE__
# define SO_SUFFIX ".jnilib"
# ifndef ARCH_arm
# include <TargetConditionals.h>
# if !TARGET_IPHONE_SIMULATOR && !TARGET_OS_IPHONE
# include <CoreServices/CoreServices.h>
# endif
# else