Hi all,
I have a following problem. I'm defining a system which depends on cl-charms. cl-charms in its turn contains some cff-groveller file. But this file could not be compiled unless I provide cc-flags to the include directory.
So the question is how to define dependency on cl-charms in my system providing some argument which will be used while compliling/loading cl-charms, like the variable containing cc-flags?
Br, /Alexey
You may have to hack cffi-toolchain and cffi-grovel to add support for some per-component extra-cc-flags. I would probably have extra-cc-flags default to nil for systems, and to inheriting from parents for other components.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org C is a DSL for turning low-level byte arrays into security advisories.
On Tue, Mar 14, 2017 at 10:13 AM, Alexey Veretennikov txm.fourier@gmail.com wrote:
Hi all,
I have a following problem. I'm defining a system which depends on cl-charms. cl-charms in its turn contains some cff-groveller file. But this file could not be compiled unless I provide cc-flags to the include directory.
So the question is how to define dependency on cl-charms in my system providing some argument which will be used while compliling/loading cl-charms, like the variable containing cc-flags?
Br, /Alexey