Skip to content

Commit 21a9924

Browse files
committed
More debug.
1 parent 3450953 commit 21a9924

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ jobs:
139139
# displayName: "ls -lR $OCAMLBIN/.."
140140

141141
- bash: |
142+
echo "PATH"
143+
echo $PATH
142144
echo "ocamlopt -version"
143145
ocamlopt -version
144146
echo "looking for x86_64-w64-mingw32-as"

scripts/prebuilt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function buildCompiler() {
3434
var prebuilt = "prebuilt.ninja";
3535
var content = require("./ninjaFactory.js").libNinja({
3636
ocamlopt: is_windows
37-
? `esy b ocamlopt.opt`
37+
? `esy b ocamlopt.opt -verbose`
3838
: `../native/${ocamlVersion}/bin/ocamlopt.opt`,
3939
ext: sys_extension,
4040
INCL: ocamlVersion,

0 commit comments

Comments
 (0)