mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +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
|
@ -1,7 +1,7 @@
|
|||
use object::pe;
|
||||
use object::LittleEndian as LE;
|
||||
|
||||
pub(crate) const APP_DLL: &str = "roc-cheaty-lib.dll";
|
||||
pub(crate) const APP_DLL: &str = "libapp.dll";
|
||||
|
||||
fn synthetic_image_export_directory(
|
||||
name: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue