cmake: use build platform from environment
This allows all CI builds to be deemed "official" Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
3718c60844
commit
c03f854fb8
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
"installDir": "install",
|
||||
"cacheVariables": {
|
||||
"Launcher_BUILD_ARTIFACT": "$penv{ARTIFACT_NAME}",
|
||||
"Launcher_BUILD_PLATFORM": "custom"
|
||||
"Launcher_BUILD_PLATFORM": "$penv{BUILD_PLATFORM}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -40,7 +40,6 @@
|
|||
"base_release"
|
||||
],
|
||||
"cacheVariables": {
|
||||
"Launcher_BUILD_PLATFORM": "official",
|
||||
"Launcher_FORCE_BUNDLED_LIBS": "ON"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue