mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Undefine RUBY_DLN_CHECK_ABI on cygwin
This commit is contained in:
parent
61a54d5180
commit
3d6fd162a4
Notes:
git
2022-05-19 17:15:50 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
/* Windows does not support weak symbols so ruby_abi_version will not exist
|
||||
* in the shared library. */
|
||||
#if defined(HAVE_FUNC_WEAK) && !defined(_WIN32) && !defined(__MINGW32__)
|
||||
#if defined(HAVE_FUNC_WEAK) && !defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
# define RUBY_DLN_CHECK_ABI
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue