Skip to content

Commit

Permalink
FIX: make project compile able with Xcode v13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Dec 16, 2021
1 parent 1c7ecfd commit 03a4b6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions make/rebol3.nest
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ common: [
defines: ENDIAN_LITTLE
defines: USE_OLD_PIPE
cflags: -Wno-pointer-sign
flag: -mmacosx-version-min=10.9
]
#if Linux? [
library: %m
Expand Down
4 changes: 4 additions & 0 deletions src/os/osx/sys-codecs.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
**
************************************************************************/
#include "sys-codecs.h"
#import <CoreGraphics/CGImage.h>
#import <CoreGraphics/CGContext.h>
#import <CoreGraphics/CGDataProvider.h>
#import <ImageIO/ImageIO.h>
#define kSDUTTypeHEIC ((__bridge CFStringRef)@"public.heic")
#define kSDUTTypeHEIF ((__bridge CFStringRef)@"public.heif")
#define kSDUTTypeDDS ((__bridge CFStringRef)@"com.microsoft.dds")
Expand Down

0 comments on commit 03a4b6b

Please sign in to comment.