danpovey / lilcom

Small compression utility
Other
33 stars 10 forks source link

Fixed bug that crashed install on Windows #35

Closed marcinwitkowski closed 2 years ago

marcinwitkowski commented 2 years ago

Hi!

In line 46 of setup.py, system was called as a variable whereas it is a function imported from platform. This fixes the problem and enables using lilcom on Windows. I got here by debugging why Lhotse cannot be built on this system.

Kind regards, Marcin Witkowski