vendor/FreeType2/build.lua: use SetSettingsPrefix()
This commit is contained in:
parent
397120a973
commit
2f39299fc6
1 changed files with 2 additions and 3 deletions
5
vendor/FreeType2/build.lua
vendored
5
vendor/FreeType2/build.lua
vendored
|
|
@ -21,9 +21,8 @@ local ft_modules = {
|
||||||
|
|
||||||
-- Settings
|
-- Settings
|
||||||
--------------------------------
|
--------------------------------
|
||||||
settings = TableDeepCopy(global_settings)
|
local settings = TableDeepCopy(global_settings)
|
||||||
|
SetSettingsPrefix(settings, "FT2")
|
||||||
settings.labelprefix = "[FT2] "
|
|
||||||
|
|
||||||
-- Compile flags
|
-- Compile flags
|
||||||
settings.cc.includes:Add(RelPath("include"))
|
settings.cc.includes:Add(RelPath("include"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue