glava: correctly display version information
This commit is contained in:
parent
348a2bc3a5
commit
50b23ffe8e
|
@ -45,6 +45,9 @@ in
|
|||
];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace 'unknown' 'v${version}'
|
||||
|
||||
export CFLAGS="-march=native"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue