Skip to content

Commit

Permalink
Fixes an issue with inflate_fast on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed Dec 30, 2024
1 parent 5b4dc00 commit e89c5bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions src/deps/freetype/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ set(SOURCES
src/cid/cidriver.c
src/cid/type1cid.c
src/gzip/adler32.c
src/gzip/crc32.c
#src/gzip/crc32.c
src/gzip/ftgzip.c
src/gzip/inffast.c
src/gzip/inflate.c
src/gzip/inftrees.c
src/gzip/zutil.c
#src/gzip/inffast.c
#src/gzip/inflate.c
#src/gzip/inftrees.c
#src/gzip/zutil.c
src/lzw/ftlzw.c
src/lzw/ftzopen.c
src/otvalid/otvalid.c
Expand Down Expand Up @@ -190,6 +190,7 @@ set(SOURCES
)

set(HEADERS
include/ft2build.h
include/freetype/freetype.h
include/freetype/config/ftconfig.h
include/freetype/config/ftstdlib.h
Expand Down

0 comments on commit e89c5bc

Please sign in to comment.