therecipe/qt

qtdeploy may not work with Go1.20

akiyosi opened this issue · 1 comments

I got the following error with using go 1.20rc1.

$ qtdeploy build desktop
...
invalid value "\"-w\"" for flag -ldflags: missing =<value> in <pattern>=<value>
usage: go build [-o output] [build flags] [packages]
Run 'go help build' for details.

It may related to the following changes:
https://groups.google.com/g/golang-checkins/c/xjiAhIDpnw8

I noticed the maintenance fork(https://github.com/bluszcz/cutego/) of this project, but since there was no issue board over there, I decided to post it here.

Ah, It seems that the problem may solve with PR #1048