aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
906 stars 210 forks source link

Fix build error on Linux regarding missing pthread references. #187

Closed ezterry closed 9 years ago

ezterry commented 9 years ago

I received link errors regarding pthread when building on Debian Linux, just a quick patch to include it at link time.

warrenseine commented 9 years ago

Looks good. Just need to make sure this doesn't break on other Linux flavors.