final fixes

This commit is contained in:
Folkert 2023-11-18 23:10:21 +01:00
parent c019ced31d
commit eda9681982
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 6 additions and 2975 deletions

View file

@ -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,