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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user