File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ let output_ninja_and_namespace_map
259
259
;
260
260
261
261
Buffer. add_char buf '\n' ;
262
- Ext_option. iter namespace (fun ns ->
262
+ Ext_option. iter namespace (fun ns ->
263
263
let namespace_dir =
264
264
Ext_path. rel_normalized_absolute_path ~from: root_dir (per_proj_dir // lib_artifacts_dir)
265
265
in
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ let make_custom_rules
139
139
if read_cmi = `yes then
140
140
Buffer. add_string buf " -bs-read-cmi" ;
141
141
if is_dev && global_config.g_dev_incls <> [] then begin
142
- let dev_incls = Bsb_build_util. include_dirs global_config.g_dev_incls in
142
+ let dev_incls = rel_incls global_config.g_dev_incls in
143
143
Buffer. add_string buf " " ;
144
144
Buffer. add_string buf dev_incls;
145
145
end ;
You can’t perform that action at this time.
0 commit comments