Remove include(default) from libxrpl profile (#5587)

Remove `include(default)` from `conan/profiles/libxrpl`. This means that we will now rely on compiler workarounds stored elsewhere e.g. in global.conf.
This commit is contained in:
Bronek Kozicki
2025-07-21 15:03:53 +01:00
committed by GitHub
parent e95683a0fb
commit 03e46cd026
4 changed files with 12 additions and 9 deletions

View File

@@ -6,10 +6,6 @@
{% set compiler_version = detect_api.default_compiler_version(compiler, version) %}
{% endif %}
{% if os == "Linux" %}
include(default)
{% endif %}
[settings]
os={{ os }}
arch={{ arch }}