We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3450953 commit 21a9924Copy full SHA for 21a9924
azure-pipelines.yml
@@ -139,6 +139,8 @@ jobs:
139
# displayName: "ls -lR $OCAMLBIN/.."
140
141
- bash: |
142
+ echo "PATH"
143
+ echo $PATH
144
echo "ocamlopt -version"
145
ocamlopt -version
146
echo "looking for x86_64-w64-mingw32-as"
scripts/prebuilt.js
@@ -34,7 +34,7 @@ function buildCompiler() {
34
var prebuilt = "prebuilt.ninja";
35
var content = require("./ninjaFactory.js").libNinja({
36
ocamlopt: is_windows
37
- ? `esy b ocamlopt.opt`
+ ? `esy b ocamlopt.opt -verbose`
38
: `../native/${ocamlVersion}/bin/ocamlopt.opt`,
39
ext: sys_extension,
40
INCL: ocamlVersion,
0 commit comments