fixed compilation of cplint under cygwin
This commit is contained in:
parent
e031026a62
commit
5b1c2c89ed
@ -1250,7 +1250,8 @@ if test ! "$yap_cv_cplint" = "no"
|
||||
ENABLE_CPLINT=""
|
||||
if test "$target_os" = "cygwin" -o "$target_os" = "mingw32"
|
||||
then
|
||||
CPLINT_SHLIB_LD="gcc -shared ../yap.dll"
|
||||
CPLINT_SHLIB_LD="gcc -shared ../../yap.dll"
|
||||
SHLIB_SUFFIX="dll"
|
||||
else
|
||||
CPLINT_SHLIB_LD=$SHLIB_LD
|
||||
fi
|
||||
|
Reference in New Issue
Block a user