Moved brotli and freetype to the freetype module.

This commit is contained in:
Relintai 2023-12-16 14:34:02 +01:00
parent af77693b6c
commit 729f399746
486 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ env_freetype = env_modules.Clone()
thirdparty_obj = []
if env["builtin_freetype"]:
thirdparty_dir = "#thirdparty/freetype/"
thirdparty_dir = "freetype/"
thirdparty_sources = [
"src/autofit/autofit.c",
"src/base/ftbase.c",
@ -60,7 +60,7 @@ if env["builtin_freetype"]:
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
thirdparty_brotli_dir = "#thirdparty/brotli/"
thirdparty_brotli_dir = "brotli/"
thirdparty_brotli_sources = [
"common/constants.c",
"common/context.c",

Some files were not shown because too many files have changed in this diff Show More