Browse Source

* fix morphos info unit name after r44454

git-svn-id: trunk@44456 -
Károly Balogh 5 years ago
parent
commit
84e36cce0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/compiler.pas

+ 1 - 1
compiler/compiler.pas

@@ -104,7 +104,7 @@ uses
   ,i_macos
   ,i_macos
 {$endif macos}
 {$endif macos}
 {$ifdef morphos}
 {$ifdef morphos}
-  ,i_morphos
+  ,i_morph
 {$endif morphos}
 {$endif morphos}
 {$ifdef nds}
 {$ifdef nds}
   ,i_nds
   ,i_nds