mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:09:22 +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';
|
asmext : '.wat';
|
||||||
objext : '.o';
|
objext : '.o';
|
||||||
resext : '';
|
resext : '';
|
||||||
resobjext : '.o';
|
resobjext : '.or';
|
||||||
sharedlibext : ''; // keep it empty! The sharedlibext drives the export module name
|
sharedlibext : ''; // keep it empty! The sharedlibext drives the export module name
|
||||||
// if this is populated, then the name should be cleared when generating import
|
// if this is populated, then the name should be cleared when generating import
|
||||||
staticlibext : '.a';
|
staticlibext : '.a';
|
||||||
|
Loading…
Reference in New Issue
Block a user