mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
use libapp.dll
as the dll name
This commit is contained in:
parent
ca90b00588
commit
28665abc96
3 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ pub fn build_and_preprocess_host(
|
|||
exported_closure_types: Vec<String>,
|
||||
) {
|
||||
let dummy_lib = if let target_lexicon::OperatingSystem::Windows = target.operating_system {
|
||||
host_input_path.with_file_name("libapp.obj")
|
||||
host_input_path.with_file_name("libapp.dll")
|
||||
} else {
|
||||
host_input_path.with_file_name("libapp.so")
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue