Closed
Description
I have this in my config.toml
targets = "X86"
but while x.py
runs cmake, I saw
-- Constructing LLVMBuild project information
-- Linker detection: LLD
-- Found Git: /usr/bin/git (found version "2.28.0")
-- Targeting X86
-- Targeting AVR
Traceback (most recent call last):
File "<string>", line 22, in <module>
IndexError: list index out of range
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
PYTHON_EXECUTABLE
WITH_POLLY
Making me wonder if there is something that always causes AVR to be activated (by mistake?)
repo @ e82584a