From e5cea442d42e6321e82d67a3e27112307db1d9a0 Mon Sep 17 00:00:00 2001 From: nillerusr Date: Thu, 29 Oct 2020 12:53:46 +0300 Subject: [PATCH] fix freetype2 --- vgui2/vgui_surfacelib/vgui_surfacelib.vpc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vgui2/vgui_surfacelib/vgui_surfacelib.vpc b/vgui2/vgui_surfacelib/vgui_surfacelib.vpc index bd413e43..3ca524d0 100644 --- a/vgui2/vgui_surfacelib/vgui_surfacelib.vpc +++ b/vgui2/vgui_surfacelib/vgui_surfacelib.vpc @@ -8,6 +8,13 @@ $macro SRCDIR "..\.." $include "$SRCDIR\vpc_scripts\source_lib_base.vpc" +$Configuration +{ + $Compiler + { + $AdditionalIncludeDirectories "$BASE;.\;/usr/include/freetype2/" + } +} $Project "vgui_surfacelib" {