mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
darwin: fix freetype include path for Homebrew and Macports
This commit is contained in:
parent
146a9507c6
commit
6f03ed0b13
@ -13,7 +13,8 @@ import (
|
||||
gl
|
||||
)
|
||||
|
||||
#flag darwin -I/usr/local/Cellar/freetype/2.10.0/include/freetype2
|
||||
#flag darwin -I/usr/local/include/freetype2
|
||||
#flag darwin -I/opt/local/include/freetype2
|
||||
#flag -lfreetype
|
||||
|
||||
//#flag -I @VROOT/thirdparty/freetype
|
||||
|
Loading…
Reference in New Issue
Block a user