use .dll for cygwin so suffix
svn: r5340
This commit is contained in:
parent
872f557610
commit
40110e35cc
|
@ -2127,9 +2127,13 @@ static Scheme_Object *system_type(int argc, Scheme_Object *argv[])
|
|||
#else
|
||||
# ifdef OS_X
|
||||
return scheme_make_byte_string(".dylib");
|
||||
# else
|
||||
# ifdef USE_CYGWIN_SO_SUFFIX
|
||||
return scheme_make_byte_string(".dll");
|
||||
# else
|
||||
return scheme_make_byte_string(".so");
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user