From e7c2f9adfb5c9e2f029b48b0b7aeb5c0f4b2ca9b Mon Sep 17 00:00:00 2001 From: Thiago Donato Ferreira Date: Wed, 26 Jul 2023 09:35:34 -0300 Subject: 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 Signed-off-by: Andrew Ammerlaan --- games-action/prismlauncher/prismlauncher-9999.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'games-action') diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index 19ea1c798175..1d4b9a04996f 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -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) -- cgit v1.2.3-65-gdbad