We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7ecfd commit 03a4b6bCopy full SHA for 03a4b6b
make/rebol3.nest
@@ -656,6 +656,7 @@ common: [
656
defines: ENDIAN_LITTLE
657
defines: USE_OLD_PIPE
658
cflags: -Wno-pointer-sign
659
+ flag: -mmacosx-version-min=10.9
660
]
661
#if Linux? [
662
library: %m
src/os/osx/sys-codecs.m
@@ -27,6 +27,10 @@
27
**
28
************************************************************************/
29
#include "sys-codecs.h"
30
+#import <CoreGraphics/CGImage.h>
31
+#import <CoreGraphics/CGContext.h>
32
+#import <CoreGraphics/CGDataProvider.h>
33
+#import <ImageIO/ImageIO.h>
34
#define kSDUTTypeHEIC ((__bridge CFStringRef)@"public.heic")
35
#define kSDUTTypeHEIF ((__bridge CFStringRef)@"public.heif")
36
#define kSDUTTypeDDS ((__bridge CFStringRef)@"com.microsoft.dds")
0 commit comments