mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:30:21 +02:00
Correctly handle implicitlibs="c gcc"
git-svn-id: trunk@21451 -
This commit is contained in:
parent
a7f95382b6
commit
1759d5fc8e
@ -71,7 +71,7 @@ fi
|
||||
opt_handled=1
|
||||
while [ $opt_handled -eq 1 ]
|
||||
do
|
||||
handle_option $1
|
||||
handle_option "$1"
|
||||
if [ $opt_handled -eq 1 ] ; then
|
||||
shift
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user