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 @@ -158,7 +158,7 @@ pub fn cleanup_previous_build(
158
158
. get_mut ( module_name)
159
159
. expect ( "Could not find module for ast file" ) ;
160
160
161
- let compile_dirty = compile_assets_state. cmi_modules . get ( module_name) ;
161
+ let compile_dirty = compile_assets_state. cmt_modules . get ( module_name) ;
162
162
if let Some ( compile_dirty) = compile_dirty {
163
163
let last_modified = Some ( ast_last_modified) ;
164
164
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ pub fn get_compiler_asset(
212
212
"ast" | "iast" => & packages:: Namespace :: NoNamespace ,
213
213
_ => namespace,
214
214
} ;
215
- package. get_build_path ( )
215
+ package. get_ocaml_build_path ( )
216
216
+ "/"
217
217
+ & file_path_to_compiler_asset_basename ( source_file, namespace)
218
218
+ "."
You can’t perform that action at this time.
0 commit comments