tinygo: dont set buildid empty

This commit is contained in:
Mustafa Çalışkan
2024-02-07 15:14:08 +03:00
committed by Ayke van Laethem
parent edcd078d38
commit 512f4ae57c
@@ -78,6 +78,8 @@ buildGoModule rec {
preBuild = ''
export PATH=${bootstrapTools}:$PATH
export HOME=$TMPDIR
ldflags=("''$ldflags[@]/\"-buildid=\"")
'';
postBuild = ''