1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fontstash: fix snek on big sur, with -d use_truetype

This commit is contained in:
Delyan Angelov 2021-01-23 12:06:49 +02:00
parent 75d85403a6
commit 1a29719f16

View File

@ -1,20 +1,19 @@
module fontstash
#define FONS_USE_FREETYPE
#flag windows -I @VROOT/thirdparty/freetype/include
#flag windows -L @VROOT/thirdparty/freetype/win64
#flag linux -I/usr/include/freetype2
#flag darwin -I/usr/local/include/freetype2
// brew on m1
#flag darwin -I/opt/homebrew/include/freetype2
#flag darwin -L/opt/homebrew/lib
// MacPorts
#flag darwin -I/opt/local/include/freetype2
#flag darwin -L/opt/local/lib
#flag freebsd -I/usr/local/include/freetype2
#flag freebsd -Wl -L/usr/local/lib
#flag windows -lfreetype
#flag linux -lfreetype
#flag darwin -lfreetype
#flag darwin -lpng -lbz2 -lz