Skip to content

Commit 220b684

Browse files
authored
last fix (#413)
1 parent 2186651 commit 220b684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyze/Packages.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ let newBsPackage = (~overrideBuildSystem=?, ~reportDiagnostics, state, rootPath)
202202
| _ => flags;
203203
};
204204
/* flags */
205-
[ version > "7.1" ? "-bs-no-builtin-ppx" : "-bs-no-builtin-ppx-ml", ...flags];
205+
[ version >= "7.2" ? "-bs-no-builtin-ppx" : "-bs-no-builtin-ppx-ml", ...flags];
206206
}
207207
| _ => flags
208208
};

0 commit comments

Comments
 (0)