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
ERROR: boost/1.80.0: Error in package_info() method, line 1586
libsuffix_data["arch"] = f"-{self._b2_architecture[0]}{self._b2_address_model}"
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Description
Boost package creation fails for WebAssembly if host profile is set up correctly.
Package and Environment Details
Conan profile
Steps to reproduce
conanfile.txt
emscripten.profile
Call
conan install . --build --profile:host=emscripten.profile --profile:build=default
package_info method fails because _b2_architecture variable is empty since wasm is not in the list of b2 supported architectures.
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: