mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: warn about automatic (de)referencing; freetype: compilation flag fixes
This commit is contained in:
parent
69dff4b384
commit
bb5958991c
6 changed files with 28 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
module fontstash
|
||||
|
||||
#define FONS_USE_FREETYPE
|
||||
#define FONS_USE_FREETYPE 1
|
||||
#flag windows -I @VROOT/thirdparty/freetype/include
|
||||
#flag windows -L @VROOT/thirdparty/freetype/win64
|
||||
#flag linux -I/usr/include/freetype2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue