[Bug #20791] Set LIBRUBY_RELATIVE on mswin

This commit is contained in:
Nobuyoshi Nakada 2024-10-09 20:45:18 +09:00
parent 438ef21a9b
commit 3aa044f10c
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-10-09 11:58:37 +00:00

View File

@ -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