mimecorg / launchui

Launcher for GUI Node.js applications using libui-node.
MIT License
107 stars 10 forks source link

Fix macOS deployment target for launchui #2

Closed mischnic closed 6 years ago

mischnic commented 6 years ago

(-stdlib is needed because libc++ became default only in 10.9)

mimecorg commented 6 years ago

Thanks a lot for that fix! I can see that node and libui support older versions of macOS, could you also check if libui-node is correctly compiled?

mimecorg commented 6 years ago

Ok I just verified that libui-node supports 10.7, so it's fine.