mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 09:09:37 +02:00
* changed the resource object extension for the WASI platform to .or (similar to Linux)
This commit is contained in:
parent
025282ccb9
commit
c491856533
@ -51,7 +51,7 @@ unit i_wasi;
|
||||
asmext : '.wat';
|
||||
objext : '.o';
|
||||
resext : '';
|
||||
resobjext : '.o';
|
||||
resobjext : '.or';
|
||||
sharedlibext : ''; // keep it empty! The sharedlibext drives the export module name
|
||||
// if this is populated, then the name should be cleared when generating import
|
||||
staticlibext : '.a';
|
||||
|
Loading…
Reference in New Issue
Block a user