Browse Source

* Minor fix after merge.

git-svn-id: branches/fixes_3_0@33443 -
yury 9 years ago
parent
commit
9e4fbe1f82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_android.pas

+ 1 - 1
compiler/systems/i_android.pas

@@ -166,7 +166,7 @@ unit i_android;
             shortname    : 'Android';
             shortname    : 'Android';
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
                             tf_requires_proper_alignment,tf_pic_default,tf_safecall_exceptions,
                             tf_requires_proper_alignment,tf_pic_default,tf_safecall_exceptions,
-                            tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
+                            tf_smartlink_sections,tf_has_winlike_resources];
             cpu          : cpu_mipsel;
             cpu          : cpu_mipsel;
             unit_env     : 'ANDROIDUNITS';
             unit_env     : 'ANDROIDUNITS';
             extradefines : 'UNIX;HASUNIX';
             extradefines : 'UNIX;HASUNIX';