mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
final fixes
This commit is contained in:
parent
c019ced31d
commit
eda9681982
5 changed files with 6 additions and 2975 deletions
|
@ -145,7 +145,7 @@ fn main() -> io::Result<()> {
|
|||
let triple = target.to_triple();
|
||||
let function_kind = FunctionKind::LambdaSet;
|
||||
let (platform_path, stub_lib, stub_dll_symbols) = roc_linker::generate_stub_lib(
|
||||
&input_path,
|
||||
input_path,
|
||||
RocCacheDir::Persistent(cache::roc_cache_dir().as_path()),
|
||||
&triple,
|
||||
function_kind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue