mesonbuild/meson

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

Open

#2,295 创建于 2017年9月7日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (1,465 fork)batch import
OS:windowsenhancementhelp wanted

仓库指标

Star
 (4,978 star)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

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.

贡献者指南