mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 11:05:03 +02:00
Fix error in script about check if C compiler is GNU
git-svn-id: trunk@24911 -
This commit is contained in:
parent
37df6f6455
commit
4892461009
@ -96,7 +96,7 @@ else
|
||||
EXEEXT=
|
||||
if [ "$libdir" == "" ]; then
|
||||
# Do not add /lib, if -print-search-dirs can be used
|
||||
if [ CC_is_gxx -eq 1 ] ; then
|
||||
if [ $CC_is_gcc -eq 1 ] ; then
|
||||
libdir=
|
||||
else
|
||||
libdir=/lib
|
||||
|
Loading…
Reference in New Issue
Block a user