mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
fix dev test compilation
This commit is contained in:
parent
23b52894cc
commit
aca8d98ad9
1 changed files with 1 additions and 2 deletions
|
@ -64,7 +64,6 @@ pub fn helper(
|
|||
filename,
|
||||
module_src,
|
||||
src_dir,
|
||||
Default::default(),
|
||||
RocCacheDir::Disallowed,
|
||||
load_config,
|
||||
);
|
||||
|
@ -204,7 +203,7 @@ pub fn helper(
|
|||
std::fs::write(&app_o_file, module_out).expect("failed to write object to file");
|
||||
|
||||
let builtins_host_tempfile =
|
||||
bitcode::host_unix_tempfile().expect("failed to write host builtins object to tempfile");
|
||||
bitcode::host_tempfile().expect("failed to write host builtins object to tempfile");
|
||||
|
||||
let (mut child, dylib_path) = link(
|
||||
&target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue