mirror of https://github.com/YosysHQ/yosys.git
README: fix preset name
This commit is contained in:
parent
22c15a7ecd
commit
fed7c9497e
|
|
@ -116,7 +116,7 @@ file which enables ccache and sets the default compiler to clang when calling
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"configurePresets": [
|
"configurePresets": [
|
||||||
{
|
{
|
||||||
"name": "default",
|
"name": "clang",
|
||||||
"binaryDir": "build",
|
"binaryDir": "build",
|
||||||
"generator": "Unix Makefiles",
|
"generator": "Unix Makefiles",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue