Skip to content

Commit

Permalink
Fix linker bugger on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf committed Jul 17, 2024
1 parent fdef17b commit 1fc0197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/crossinstallers/m_any_to_android_base.pas
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function Tany_android.GetLibs(Basepath:string): boolean;
if FileExists(s+'libc.a') then
AddFPCCFGSnippet('-Fl'+ExcludeTrailingPathDelimiter(s));
end;
AddFPCCFGSnippet('-FLlibdl.so',false); {buildfaq 3.3.1: the name of the dynamic linker on the target}
//AddFPCCFGSnippet('-FLlibdl.so',false); {buildfaq 3.3.1: the name of the dynamic linker on the target}
end;
end;

Expand Down

0 comments on commit 1fc0197

Please sign in to comment.