mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-26 17:08:15 +02:00
Minor Additions from Windows
This commit is contained in:
parent
a0f918d1f1
commit
4e3b8181a3
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2020-07-22 Priyesh Kumar <priyeshkkumar@gmail.com>
|
||||
|
||||
* Reverted back to `-std=c99' flag in `unix-cc.in'
|
||||
* Reverted back to `-std=c99' flag in `unix-cc.in' and
|
||||
`builds/freetype.mk'
|
||||
|
||||
* Updated dlg's include path in `include/freetype/internal/ftdebug.h'.
|
||||
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ endif
|
|||
#
|
||||
FT_CFLAGS = $(CPPFLAGS) \
|
||||
$(CFLAGS) \
|
||||
$DFT2_BUILD_LIBRARY
|
||||
$DFT2_BUILD_LIBRARY -std=c99
|
||||
|
||||
FT_COMPILE := $(CC) $(ANSIFLAGS) $(INCLUDE_FLAGS) $(FT_CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue