File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ let run_npm_link cwd dirname =
76
76
exit 2
77
77
end
78
78
else
79
- if Ext_sys. is_windows_or_cygwin then
79
+ (* if Ext_sys.is_windows_or_cygwin then *)
80
80
begin
81
81
let npm_link = " npm link bs-platform" in
82
82
let exit_code = Sys. command npm_link in
@@ -86,7 +86,7 @@ let run_npm_link cwd dirname =
86
86
exit exit_code
87
87
end
88
88
end
89
- else
89
+ (* else
90
90
begin
91
91
(* symlink bs-platform and bsb,bsc,bsrefmt to .bin directory
92
92
we did not run npm link bs-platform for efficiency reasons
@@ -104,7 +104,7 @@ let run_npm_link cwd dirname =
104
104
Unix.symlink
105
105
(Filename.dirname (Filename.dirname Sys.executable_name))
106
106
(Filename.concat "node_modules" Bs_version.package_name)
107
- end
107
+ end *)
108
108
109
109
let enter_dir cwd x action =
110
110
Unix. chdir x ;
You can’t perform that action at this time.
0 commit comments