Skip to content

Commit 80b3f18

Browse files
committed
git merged badly! Fix again.x
1 parent afa1a4a commit 80b3f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/buildtools.fdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class BuildFlxg
360360
gen dypgen(file:string) : string =
361361
{
362362
var flags = list$ "--no-mli", "--no-undef-nt", "--pv-obj", "--noemit-token-type";
363-
var executable = tmpdir / 'dypgen';
363+
var executable = tmpdir / 'dypgen.exe';
364364

365365
// Dypgen doesn't allow an output spec
366366
// so we process a copy of the file.
@@ -377,7 +377,7 @@ class BuildFlxg
377377
gen build_dypgen() =
378378
{
379379
var path = 'src'/'compiler'/'dypgen'/'dypgen';
380-
var exe = ocaml_build_exe (path,'dypgen',
380+
var exe = ocaml_build_exe (path,'dypgen.exe',
381381
extend #libdflt with (srcs=mls_nodyp path,
382382
libs = list[string] (build_dyplib())
383383
) end);

0 commit comments

Comments
 (0)