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
fix(toolchain): Also set Make variables for local toolchains (#3641)
Currently, the toolchain only sets the make variables if it's an
in-build toolchain.
This breaks for platform toolchains.
To fix, check for platform toolchains and set the make vars
appropriately.
This helps fix the BCR rules for `@glib`, which recently added a
requirement that
the Make variable `$(PYTHON3)` must always be defined by the current
Python toolchain.
Co-authored-by: Richard Levasseur <richardlev@gmail.com>
0 commit comments