1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-03-05 12:23:48 +00:00
parent d2a03300d3
commit 4f125262f4

View file

@ -311,7 +311,7 @@ MJIT_OPTFLAGS = $(OPTFLAGS)
MJIT_DEBUGFLAGS = $(DEBUGFLAGS)
!endif
!ifndef MJIT_LDSHARED
MJIT_LDSHARED = $(MJITCC) -LD
MJIT_LDSHARED = $(MJIT_CC) -LD
!endif
DLDFLAGS = $(LDFLAGS) -dll