We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4a864 commit 7268a64Copy full SHA for 7268a64
bind/utils.go
@@ -11,6 +11,7 @@ import (
11
"go/types"
12
"os"
13
"os/exec"
14
+ "path/filepath"
15
"regexp"
16
"strconv"
17
"strings"
@@ -136,6 +137,7 @@ print(json.dumps({
136
137
return cfg, errors.Wrapf(err, "could not decode JSON script output")
138
}
139
140
+ raw.IncDir = filepath.ToSlash(raw.IncDir)
141
if strings.HasSuffix(raw.LibPy, ".a") {
142
raw.LibPy = raw.LibPy[:len(raw.LibPy)-len(".a")]
143
gopy
7.01 MB
0 commit comments