mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 14:19:17 +02:00
tools: check-fpc-dependencies honors PP environment variable to select a fpc compiler
git-svn-id: trunk@11744 -
This commit is contained in:
parent
a362b60829
commit
ae1a727d3d
@ -17,7 +17,11 @@ echo "{\$linklib gpm}" >> $TestPas
|
|||||||
echo "{\$linklib ncurses}" >> $TestPas
|
echo "{\$linklib ncurses}" >> $TestPas
|
||||||
echo "begin end." >> $TestPas
|
echo "begin end." >> $TestPas
|
||||||
|
|
||||||
fpc $TestPas
|
if [ "x$PP" = "x" ]; then
|
||||||
|
fpc $TestPas
|
||||||
|
else
|
||||||
|
$PP $TestPas
|
||||||
|
fi
|
||||||
|
|
||||||
# end.
|
# end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user