Fix for generated project files to work with latest VS

This commit is contained in:
Miodrag Milanovic 2026-05-13 13:28:09 +02:00
parent 9182329fa1
commit 9070c83145
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ if [ -f "/usr/include/FlexLexer.h" ] ; then
cp /usr/include/FlexLexer.h libs/flex/FlexLexer.h
ls libs/flex/*.h >> ../../srcfiles.txt
fi
sed -i '\#libs/../kernel/yosys.h#d' ../../srcfiles.txt
popd
{