Nitrokey / nitrokey-app

Nitrokey's Application (Win, Linux, Mac)
https://www.nitrokey.com/
287 stars 55 forks source link

use CMAKE_SYSTEM_NAME to make builds reproducible #447

Closed Segaja closed 4 years ago

Segaja commented 4 years ago

While working on the reproducible build project, I noticed that nitrokey-app could not be could not be build reproduced.

This patch makes the output consistent across kernel versions by using the CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM.

szszszsz commented 4 years ago

Merged, thank you!