Skip to content

Commit

Permalink
Include libsharpyuv in the link.
Browse files Browse the repository at this point in the history
This is required by libwep on some platforms. (Probably platforms
that aren't able to figure out we don't encode.)
  • Loading branch information
renpytom committed Nov 28, 2023
1 parent 0f0ec7d commit b223a61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/renpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def link_linux(c: Context):
-ljpeg
-lpng
-lwebp
-lsharpyuv
-lfribidi
-lharfbuzz
-lbrotlidec
Expand Down Expand Up @@ -151,6 +152,7 @@ def link_android(c: Context):
-ljpeg
-lpng
-lwebp
-lsharpyuv
-lharfbuzz
-lbrotlidec
-lfribidi
Expand Down Expand Up @@ -207,6 +209,7 @@ def link_mac(c: Context):
-ljpeg
-lpng
-lwebp
-lsharpyuv
-lharfbuzz
-lbrotlidec
-lfribidi
Expand Down Expand Up @@ -357,6 +360,7 @@ def link_windows(c: Context):
-ljpeg
-lpng16
-lwebp
-lsharpyuv
-lharfbuzz
-lbrotlidec
-lfreetype
Expand Down Expand Up @@ -581,6 +585,7 @@ def link_web(c: Context):
-ljpeg
-lpng
-lwebp
-lsharpyuv
-lharfbuzz
-lbrotlidec
-lfribidi
Expand Down

0 comments on commit b223a61

Please sign in to comment.