Ticket #1756 (closed bug: fixed)

Opened 11 years ago

Last modified 11 years ago

distutils inst_lang fails on non-array

Reported by: NotFound Owned by: fperrad
Priority: normal Milestone:
Component: library Version: 2.6.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

This usage strips the 'build/' part from the language path:

"inst_lang" : [ "build/mylang/mylang.pbc" ]

But this one doesn't:

"inst_lang" : "build/mylang/mylang.pbc"

Change History

Changed 11 years ago by fperrad

  • owner set to fperrad
  • component changed from none to library

Changed 11 years ago by fperrad

fixed in r48656

confirmation needed

Changed 11 years ago by NotFound

It works with my testing setup now, thanks!

Changed 11 years ago by cotto

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.