mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 09:58:02 +02:00
* Jamfile: fixed incorrect HDRMACRO argument.
This commit is contained in:
parent
69046ac1b2
commit
b3de817acb
1 changed files with 1 additions and 1 deletions
2
Jamfile
2
Jamfile
|
|
@ -29,7 +29,7 @@ SubDirHdr += $(FT2_INCLUDE) ;
|
|||
# later used in #include statements. It needs to be parsed in order to
|
||||
# record these definitions.
|
||||
#
|
||||
HDRMACRO [ FT2_SubDir include freetype config ft2build.h ] ;
|
||||
HDRMACRO [ FT2_SubDir include freetype config ftheader.h ] ;
|
||||
|
||||
# Now include the Jamfile in "freetype2/src", used to drive the compilation
|
||||
# of each FreeType 2 component and/or module.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue