mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 05:28:07 +02:00
+ enable the WASI internal linker
This commit is contained in:
parent
93365f7e38
commit
9681378d37
@ -79,11 +79,7 @@ unit i_wasi;
|
||||
dirsep : '/';
|
||||
assem : as_wasm32_wasm;
|
||||
assemextern : as_wasm32_llvm_mc;
|
||||
{$ifdef ENABLE_WASM_INTERNAL_LINKER}
|
||||
link : ld_int_wasi;
|
||||
{$else ENABLE_WASM_INTERNAL_LINKER}
|
||||
link : ld_none;
|
||||
{$endif ENABLE_WASM_INTERNAL_LINKER}
|
||||
linkextern : ld_wasi;
|
||||
ar : ar_none;
|
||||
res : res_none;
|
||||
|
Loading…
Reference in New Issue
Block a user