mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +02:00
--- Merging (from foreign repository) r44221 into '.':
U utils/tply/fpmake.pp git-svn-id: branches/fixes_3_2@44225 -
This commit is contained in:
parent
46d8498a7a
commit
1a56efc159
@ -88,7 +88,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:='$(baseinstalldir)../lexyacc'
|
lexyaccpath:='$(prefix)lib/fpc/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