mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
+ added ifdefs to set the source info for WASI
git-svn-id: branches/wasm@48360 -
This commit is contained in:
parent
dccd4d5b37
commit
888368bb5e
@ -114,4 +114,10 @@ unit i_wasi;
|
||||
|
||||
implementation
|
||||
|
||||
initialization
|
||||
{$ifdef CPUWASM32}
|
||||
{$ifdef wasi}
|
||||
set_source_info(system_wasi_info);
|
||||
{$endif wasi}
|
||||
{$endif CPUWASM32}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user