fix(build): debian specificities build.
This commit is contained in:
parent
63751ea66f
commit
b9b3d0fab1
4 changed files with 12 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
regABI = regexp.MustCompile(`abi.*,\n`)
|
||||
regABI = regexp.MustCompile(`abi <abi/[0-9.]*>,\n\n`)
|
||||
regAttachments = regexp.MustCompile(`(profile .* @{exec_path})`)
|
||||
regFlag = regexp.MustCompile(`flags=\(([^)]+)\)`)
|
||||
regProfileHeader = regexp.MustCompile(` {`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue