mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 07:09:18 +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=
|
EXEEXT=
|
||||||
if [ "$libdir" == "" ]; then
|
if [ "$libdir" == "" ]; then
|
||||||
# Do not add /lib, if -print-search-dirs can be used
|
# 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=
|
libdir=
|
||||||
else
|
else
|
||||||
libdir=/lib
|
libdir=/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user