Minor Additions from Windows
This commit is contained in:
parent
a0f918d1f1
commit
4e3b8181a3
|
@ -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…
Reference in New Issue