mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:32:03 +02:00
* Correct windows DLL name
This commit is contained in:
parent
22926e4fc7
commit
9056887aae
@ -39,7 +39,7 @@ uses
|
|||||||
}
|
}
|
||||||
Const
|
Const
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
libwasmtime = 'libwasmtime.dll';
|
libwasmtime = 'wasmtime.dll';
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
{$IFDEF DARWIN}
|
{$IFDEF DARWIN}
|
||||||
libwasmtime = 'libwasmtime.dylib';
|
libwasmtime = 'libwasmtime.dylib';
|
||||||
|
Loading…
Reference in New Issue
Block a user