فهرست منبع

* changed the resource object extension for the WASI platform to .or (similar to Linux)

Nikolay Nikolov 1 سال پیش
والد
کامیت
c491856533
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -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';