games-action/prismlauncher: add BUILD_PLATFORM information in CMake

This is used for showing the platform the package was builded on on
startup, to help troubleshooting issues on upstream.

Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Thiago Donato Ferreira
2023-07-26 09:35:34 -03:00
committed by Andrew Ammerlaan
parent dd5c9bec1c
commit e7c2f9adfb

View File

@@ -118,6 +118,7 @@ src_configure(){
-DCMAKE_INSTALL_PREFIX="/usr"
# Resulting binary is named prismlauncher
-DLauncher_APP_BINARY_NAME="${PN}"
-DLauncher_BUILD_PLATFORM="Gentoo"
-DLauncher_QT_VERSION_MAJOR=$(usex qt6 6 5)
-DENABLE_LTO=$(usex lto)