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
We have that problem for 2 boost libraries: system and filesystem. Define and undefine appropriate directives in the Jamroot.jam file does not resolve the problem.
I made a very dirty workaround, I modified those config.hpp in boost/system and boost/filesystem to enable static linking.
Does anyone have an idea to generate a proper build configuration ?
The text was updated successfully, but these errors were encountered:
We have that problem for 2 boost libraries: system and filesystem. Define and undefine appropriate directives in the Jamroot.jam file does not resolve the problem.
I made a very dirty workaround, I modified those config.hpp in boost/system and boost/filesystem to enable static linking.
Does anyone have an idea to generate a proper build configuration ?
The text was updated successfully, but these errors were encountered: