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

fontstash: use #flag darwin -I/usr/local/Cellar/freetype/2.10.2/include/freetype2

This commit is contained in:
Delyan Angelov 2021-12-06 19:08:50 +02:00
parent 325e116b7a
commit 1cd703d96b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -8,7 +8,7 @@ $if gcboehm ? {
#define FONTSTASH_FREE GC_FREE
}
#include "fontstash.h"
#flag -I /usr/local/Cellar/freetype/2.10.2/include/freetype2
#flag darwin -I/usr/local/Cellar/freetype/2.10.2/include/freetype2
$if windows {
$if tinyc {