In the konan.properties file the clang flags are s...
# compiler
n
In the konan.properties file the clang flags are set to a configuration file which contains the sysroot flag, eg:
Copy code
clangFlags.rp2040 = --config armv6m_soft_nofp_semihost.cfg
Unfortunately the targetSysRoot.rp2040 property has to be set even though the sysroot flag is provided by the config file. Is there a way to remove the targetSysRoot property requirement?