Hi everyone, I want to continue using the "builtin" build system for my libraries but I found that due to the way the libraries are parsed and passed as arguments to the linker, there is no way to specify frameworks.
Here is a patch against 2.1.2 that enables framework definitions in the
"libraries" list.
Relevant rockspec definitions:
platforms = {
linux = {
modules = {
['lens.core'] = {
libraries = {'stdc++', 'rt'},
},
},
},
macosx = {
modules = {
['lens.core'] = {
sources = {
},
libraries = {'stdc++', '*-framework CoreFoundation*', 'objc'},
},
},
},
},
Cheers,
Gaspard Bucher
teti sàrl
framework.patch
Description: Binary data
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs
_______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
