mirror of https://github.com/YosysHQ/yosys.git
README file typo fix
This commit is contained in:
parent
cc7986a3e5
commit
f024b19ed9
2
README
2
README
|
@ -272,7 +272,7 @@ a recent version of gcc:
|
|||
unable to find string literal operator ‘operator"" PRIi64’
|
||||
|
||||
This is a bug in the minisat header. It can be fixed by adding spaces before
|
||||
and after each occurance of PRIi64 in the header file:
|
||||
and after each occurrence of PRIi64 in the header file:
|
||||
|
||||
sudo sed -i 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue