fix: calculate windows dll symbols from prebuilt shared library

This commit is contained in:
Ryan Barth 2024-06-30 22:56:14 -07:00
parent b92d0ef315
commit 720ed2a457
No known key found for this signature in database
GPG key ID: E00C3713D9ED3943
5 changed files with 46 additions and 45 deletions

View file

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