tinygo: dont set buildid empty
This commit is contained in:
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user