3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-17 15:39:28 +00:00

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

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
{