Closed
Description
Description of the Go fix that breaks compilation: http://golang.org/issue/23672
LDFLAGS
now has a whitelist in place for options it accepts, and it doesn't accept bare filenames. This breaks compilation of ui
.
Line 8 in 2dde2a7
There should probably be a -l
added in front of the base library name, and a -L
for the directory.
Metadata
Metadata
Assignees
Labels
No labels