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

x.net: fix new_tcp_socket()

This commit is contained in:
Alexander Medvednikov
2020-08-24 03:23:57 +02:00
parent fa8f5df817
commit 702a80fc5a
3 changed files with 5 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ pub const (
used_import = 1 + fontstash.used_import
)
/*
#flag windows -I @VROOT/thirdparty/freetype/include
#flag windows -L @VROOT/thirdparty/freetype/win64
@@ -22,6 +23,7 @@ pub const (
#flag darwin -lfreetype
#flag darwin -lpng -lbz2 -lz
*/