mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
* Install binaries into %installdir%\bin\%fpctarget% on non-unices, instead on %installdir%\bin
git-svn-id: trunk@20061 -
This commit is contained in:
parent
1f614b7efc
commit
1177fadc1c
@ -2950,7 +2950,7 @@ begin
|
||||
If UnixPaths then
|
||||
Result:=Prefix+'bin'
|
||||
else
|
||||
Result:=BaseInstallDir+'bin';
|
||||
Result:=BaseInstallDir+'bin'+pathdelim+MakeTargetString(Defaults.cpu, Defaults.OS);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user