
# - For building cross compilation tools: Where the cross compiler will run. # Only for cross building, 'os_build/arch_build' is the system that runs Conan os_build : arch_build : # Only for building cross compilation tools, 'os_target/arch_target' is the system for # which the tools generate code os_target : arch_target : # Rest of the settings are "host" settings: # - For native building/cross building: Where the library/program will run.
