mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
build: Cleanup. Fix a few names, and use cache variables for the compiler.
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
"description": "Base clang preset. Only for inheriting from.",
|
||||
"hidden": true,
|
||||
"inherits": "defaults",
|
||||
"environment": {
|
||||
"CC": "clang",
|
||||
"CXX": "clang++"
|
||||
"cacheVariables": {
|
||||
"CMAKE_C_COMPILER": "clang",
|
||||
"CMAKE_CXX_COMPILER": "clang++"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -42,7 +42,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "dev",
|
||||
"name": "devel",
|
||||
"displayName": "Devel",
|
||||
"description": "Developer build using make.",
|
||||
"inherits": "defaults",
|
||||
@@ -72,7 +72,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "dev-ninja",
|
||||
"name": "devel-ninja",
|
||||
"displayName": "Devel Ninja",
|
||||
"description": "Developer build using ninja.",
|
||||
"inherits": "defaults",
|
||||
|
||||
Reference in New Issue
Block a user