diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-10-09 20:45:18 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-10-09 20:45:18 +0900 |
| commit | 3aa044f10c1db1608974ba4bc282c7dd1c9db3f5 (patch) | |
| tree | ab07825670935ae75dcedb34c9802d453ffa0065 | |
| parent | 438ef21a9b50815f645a324e3d8950750467fd29 (diff) | |
[Bug #20791] Set LIBRUBY_RELATIVE on mswin
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11848
| -rw-r--r-- | win32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 6ca909f61b..6dbb7316f7 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1081,6 +1081,7 @@ s,@RUBY_SO_NAME@,$(RUBY_SO_NAME),;t t s,@LIBRUBY_A@,$$(RUBY_SO_NAME)-static.lib,;t t s,@LIBRUBY_SO@,$$(RUBY_SO_NAME).dll,;t t s,@LIBRUBY_ALIASES@,$(LIBRUBY_ALIASES),;t t +s,@LIBRUBY_RELATIVE@,$(LIBRUBY_RELATIVE),;t t s,@LIBRUBY@,$$(RUBY_SO_NAME).lib,;t t s,@LIBRUBYARG@,$$(LIBRUBYARG_SHARED),;t t s,@LIBRUBYARG_STATIC@,$$(LIBRUBY_A) $$(MAINLIBS),;t t |
