mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
libffi: workaround of VC12 ml
* ext/fiddle/win32/libffi.mk.tmpl: assemble without directory prefix. workaround of a bug of VC12 ml, by unak at [ruby-core:67792]. [ruby-core:67789] [Bug #10780] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
10ce32c28f
commit
22c750bb8d
2 changed files with 7 additions and 1 deletions
|
@ -72,7 +72,7 @@ all: $(WORKDIR) $(STATICLIB)
|
|||
$(CPP) $(CFLAGS) $(INCLUDES) $(<:\=/) >$(@:\=/)
|
||||
|
||||
{$(BUILDDIR)/x86}.asm{$(BUILDDIR)/x86}.$(OBJEXT):
|
||||
$(AS) -c $(ASFLAGS) -Fo $(@:\=/) $(<:\=/)
|
||||
cd $(@D) && $(AS) -c $(ASFLAGS) -Fo $(@F) $(<F)
|
||||
|
||||
$(BUILDDIR)/x86/$(OSSRC).asm: $(SRCDIR)/x86/$(OSSRC).S
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue