Skip to content

Commit

Permalink
fix: build error when using multiproject config
Browse files Browse the repository at this point in the history
  • Loading branch information
hendych committed Oct 8, 2020
1 parent 66af9b2 commit 2eb4464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Classes/AnimatedImages/PINWebPAnimatedImage.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if SWIFT_PACKAGE
@import libwebp;
#else
#import "demux.h"
#import "webp/demux.h"
#endif

@interface PINWebPAnimatedImage ()
Expand Down
2 changes: 1 addition & 1 deletion Source/Classes/Categories/PINImage+WebP.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#if SWIFT_PACKAGE
@import libwebp;
#else
#import "decode.h"
#import "webp/decode.h"
#endif

static void releaseData(void *info, const void *data, size_t size)
Expand Down

0 comments on commit 2eb4464

Please sign in to comment.