picoev: remove unused `#flag` (#13311)

pull/13315/head
Ken 2022-01-29 03:36:41 +09:00 committed by GitHub
parent ceb05b163a
commit e43794ad61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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"