mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
picoev: remove unused #flag
(#13311)
This commit is contained in:
parent
ceb05b163a
commit
e43794ad61
@ -10,7 +10,6 @@ import picohttpparser
|
||||
#include <netinet/tcp.h>
|
||||
#include <signal.h>
|
||||
#flag -I @VEXEROOT/thirdparty/picoev
|
||||
#flag -L @VEXEROOT/thirdparty/picoev
|
||||
#flag @VEXEROOT/thirdparty/picoev/picoev.o
|
||||
#include "src/picoev.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
module picohttpparser
|
||||
|
||||
#flag -I @VEXEROOT/thirdparty/picohttpparser
|
||||
#flag -L @VEXEROOT/thirdparty/picohttpparser
|
||||
#flag @VEXEROOT/thirdparty/picohttpparser/picohttpparser.o
|
||||
|
||||
#include "picohttpparser.h"
|
||||
|
Loading…
Reference in New Issue
Block a user