File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,11 @@ let program_exit () =
151
151
let install_target () =
152
152
let (// ) = Filename. concat in
153
153
let vendor_ninja = Bsb_global_paths. vendor_ninja in
154
+ let install_dir = " lib" // " ocaml" in
155
+ Bsb_build_util. mkp install_dir;
154
156
let install_command = {
155
157
Bsb_unix. cmd = vendor_ninja ;
156
- cwd = " lib " // " ocaml " ;
158
+ cwd = install_dir ;
157
159
args = [| vendor_ninja ; " -f" ; " .." // " bs" // " install.ninja" |]
158
160
} in
159
161
let eid =
Original file line number Diff line number Diff line change @@ -16696,9 +16696,11 @@ let program_exit () =
16696
16696
let install_target () =
16697
16697
let (//) = Filename.concat in
16698
16698
let vendor_ninja = Bsb_global_paths.vendor_ninja in
16699
+ let install_dir = "lib" // "ocaml" in
16700
+ Bsb_build_util.mkp install_dir;
16699
16701
let install_command = {
16700
16702
Bsb_unix.cmd = vendor_ninja ;
16701
- cwd = "lib" // "ocaml" ;
16703
+ cwd = install_dir ;
16702
16704
args = [| vendor_ninja ; "-f"; ".."//"bs"//"install.ninja"|]
16703
16705
} in
16704
16706
let eid =
You can’t perform that action at this time.
0 commit comments