mesonbuild/meson

Add a build_machine.build_id() and build_machine.build_date()

Open

#2.295 aberto em 7 de set. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1.465 forks)batch import
OS:windowsenhancementhelp wanted

Métricas do repositório

Stars
 (4.978 stars)
Métricas de merge de PR
 (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)

Description

When producing binaries, some times, like in Windows, a build ID and a Build Date are required, so you can use that information when distribute binaries with attached version.

build_machine, can provides a unique ID, to be defined, and a build date.

Guia do colaborador