mirror of https://github.com/YosysHQ/yosys.git
Fix for generated project files to work with latest VS
This commit is contained in:
parent
9182329fa1
commit
9070c83145
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue