#40 make firmware data accessible - missing file

pull/1/head
Thomas Ballmann 4 years ago
parent 8818ed8596
commit e1c9b235be

@ -0,0 +1,8 @@
import subprocess
revision = (
subprocess.check_output(["git", "rev-parse", "HEAD"])
.strip()
.decode("utf-8")
)
print("-DFW_GIT_REV='\"%s\"'" % revision)
Loading…
Cancel
Save