Browse Source

use res_elf on MorphOS for resources

git-svn-id: trunk@31003 -
Károly Balogh 10 years ago
parent
commit
8e3ebb87cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_morph.pas

+ 1 - 1
compiler/systems/i_morph.pas

@@ -66,7 +66,7 @@ unit i_morph;
             link         : ld_none;
             linkextern   : ld_morphos;
             ar           : ar_gnu_ar;
-            res          : res_none;
+            res          : res_elf;
             dbg          : dbg_stabs;
             script       : script_amiga;
             endian       : endian_big;