Skip to content

Commit

Permalink
games-action/prismlauncher: add BUILD_PLATFORM information in CMake
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
flowln authored and Nowa-Ammerlaan committed Jul 29, 2023
1 parent dd5c9be commit e7c2f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions games-action/prismlauncher/prismlauncher-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7c2f9a

Please sign in to comment.