Skip to content

Commit

Permalink
genbindings/main: fix pathspec for clangMatchUnderPath [squash]
Browse files Browse the repository at this point in the history
  • Loading branch information
mappu committed Oct 18, 2024
1 parent d378640 commit 6e8b0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/genbindings/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func main() {
*clang,
strings.Fields("--std=c++1z "+pkgConfigCflags("ScintillaEdit")),
filepath.Join(*outDir, "extras/scintillaedit"),
(&clangMatchUnderPath{"/home/mjg/dev/_mirrors/scintilla/"}).Match,
(&clangMatchUnderPath{filepath.Join(*extraLibsDir, "scintilla")}).Match,
)
}

Expand Down

0 comments on commit 6e8b0fc

Please sign in to comment.