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:
parent
325e116b7a
commit
1cd703d96b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user