mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Andrew Ammerlaan
parent
dd5c9bec1c
commit
e7c2f9adfb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user