瀏覽代碼

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