mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Use configured ASMEXT
This commit is contained in:
parent
7f4f40ab31
commit
babaad1065
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ DTRACE_REBUILD= @DTRACE_REBUILD@
|
|||
DTRACE_GLOMMED_OBJ = $(DTRACE_REBUILD:yes=ruby-glommed.$(OBJEXT))
|
||||
|
||||
OBJEXT = @OBJEXT@
|
||||
ASMEXT = S
|
||||
ASMEXT = @ASMEXT@
|
||||
SOEXT = @SOEXT@
|
||||
DLEXT = @DLEXT@
|
||||
MANTYPE = @MANTYPE@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue