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

simplify cflag parsing

This commit is contained in:
joe-conigliaro
2019-12-15 14:18:14 +11:00
committed by Alexander Medvednikov
parent be60193588
commit 717740cfcf
4 changed files with 16 additions and 27 deletions

View File

@ -5,7 +5,7 @@
module http
#flag windows -I @VROOT/thirdparty/vschannel
#flag -l ws2_32, crypt32, secur32
#flag -l ws2_32 -l crypt32 -l secur32
#include "vschannel.c"