You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change in #406 works but is a little crude and not too self-explanatory. A nice approach might be to
use configure as right now to determine 'yay' or 'nay' regarding blp support availability
pass the 'yay or nay' state to the Makefile that is src/Makevars
use conditional code in the Makefile to differentiate the two states
As added bonus we can then also clearly define a compile-time preprocessor variable indicating the 'yes we do' state rather than relying on the current double negative.
The text was updated successfully, but these errors were encountered:
The change in #406 works but is a little crude and not too self-explanatory. A nice approach might be to
As added bonus we can then also clearly define a compile-time preprocessor variable indicating the 'yes we do' state rather than relying on the current double negative.
The text was updated successfully, but these errors were encountered: