Skip to content

Commit 95d9fff

Browse files
chore: use jextract.ps1 on windows
1 parent be4a197 commit 95d9fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jextract.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $package = 'io.github.treesitter.jtreesitter.internal'
22
$output = "$($args[1])/generated-sources/jextract"
33
$lib = "$($args[0])/core/lib"
44

5-
& jextract.bat `
5+
& jextract.ps1 `
66
--include-struct TSInput `
77
--include-struct TSInputEdit `
88
--include-struct TSLogger `

0 commit comments

Comments
 (0)