Skip to content

Commit 51c1b54

Browse files
committed
ci fix
1 parent dd94f8d commit 51c1b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function provideCompiler() {
269269
// under windows require '.exe'
270270
var releaseNinja = `
271271
ocamlopt = ocamlopt.opt
272-
ext = exe
272+
ext = .exe
273273
INCL= ${ocamlVersion.includes('4.02') ? '4.02.3+BS' : '4.06.1+BS'}
274274
include body.ninja
275275
`

0 commit comments

Comments
 (0)