mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 07:11:39 +01:00
* Fix the location where the .cod-files are installed on unices.
git-svn-id: trunk@35775 -
This commit is contained in:
parent
7b40bdaa6e
commit
2aa623964e
@ -77,7 +77,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
// Do not install these files when performing a cross-installation
|
// Do not install these files when performing a cross-installation
|
||||||
if Defaults.OS in AllUnixOSes then
|
if Defaults.OS in AllUnixOSes then
|
||||||
lexyaccpath:='$(prefix)lib/fpc/lexyacc'
|
lexyaccpath:='$(baseinstalldir)../lexyacc'
|
||||||
else
|
else
|
||||||
lexyaccpath:='$(bininstalldir)';
|
lexyaccpath:='$(bininstalldir)';
|
||||||
P.InstallFiles.Add('yylex.cod',lexyaccpath);
|
P.InstallFiles.Add('yylex.cod',lexyaccpath);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user