stevedonovan / Lake

A Lua-based Build Tool
MIT License
132 stars 16 forks source link

Fix ld flag for OS X #1

Closed jsnyder closed 13 years ago

jsnyder commented 13 years ago

ld on OS X (Darwin) doesn't support -E, and "-dynamic" appears to be default. This patch allows the Lua sources to be built on OS X using the example from the README.md.

stevedonovan commented 13 years ago

Thanks, man - works fine here. I'll test on the wife's Tiger machine later but it looks good. Lua modules being created ok?