mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
fix: calculate windows dll symbols from prebuilt shared library
This commit is contained in:
parent
b92d0ef315
commit
720ed2a457
5 changed files with 46 additions and 45 deletions
|
@ -169,11 +169,6 @@ fn main() -> io::Result<()> {
|
|||
|
||||
let verbose_and_time = matches.get_one::<bool>(roc_cli::FLAG_VERBOSE).unwrap();
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
internal_error!("TODO populate stub_dll_symbols for Windows");
|
||||
}
|
||||
|
||||
roc_linker::preprocess_host(
|
||||
target,
|
||||
host_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue