mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 23:53:26 +00:00
README file typo fix
This commit is contained in:
parent
cc7986a3e5
commit
f024b19ed9
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -272,7 +272,7 @@ a recent version of gcc:
|
||||||
unable to find string literal operator ‘operator"" PRIi64’
|
unable to find string literal operator ‘operator"" PRIi64’
|
||||||
|
|
||||||
This is a bug in the minisat header. It can be fixed by adding spaces before
|
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
|
sudo sed -i 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue