Skip to content

Commit 466e401

Browse files
committed
Merge pull request SDWebImage#1138 from KoCMoHaBTa/KoCMoHaBTa-patch-1074
Applied patch for issue SDWebImage#1074
2 parents 08e9962 + 9f719ca commit 466e401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDWebImage/SDWebImageCompat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#error SDWebImage does not support Objective-C Garbage Collection
1414
#endif
1515

16-
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0
16+
#if __IPHONE_OS_VERSION_MIN_REQUIRED != 20000 && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0
1717
#error SDWebImage doesn't support Deployement Target version < 5.0
1818
#endif
1919

0 commit comments

Comments
 (0)