auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
550 stars 83 forks source link

should include <cstdio> #4

Closed maci0 closed 9 years ago

maci0 commented 9 years ago

when compiling on linux it cant find fflush, stdout

including cstdio fixes it

auriamg commented 9 years ago

Maybe you can specify in which file? Or better, issue a pull request

Also, there is absolutely no point building this tool on linux as it is OSX-only

maci0 commented 9 years ago

there is a point to building it on linux when cross compiling OSX binaries on linux.