From 0055d30e1434d20735c44ecb2e2005e8d0eed8c3 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Mon, 27 Nov 2017 20:58:56 -0800 Subject: Add noyywrap option, removes need for libfl Simplifies build in general, and makes vhd2vl easier to build on macosx --- src/vhd2vl.l | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vhd2vl.l') diff --git a/src/vhd2vl.l b/src/vhd2vl.l index b4de189..d5c2ad1 100644 --- a/src/vhd2vl.l +++ b/src/vhd2vl.l @@ -22,6 +22,7 @@ %option noinput %option nounput +%option noyywrap %{ #include -- cgit v1.2.1