With a valid install prefix under install.prefix in config.toml, I see this:
./x.py install
Updating only changed submodules
Submodules updated in 0.04 seconds
Finished dev [unoptimized + debuginfo] target(s) in 0.17s
Build completed successfully in 0:00:00
But nothing is installed. This is a recent regression. At first I thought it had to do with the default stages changing, but passing --stage doesn't seem to have an effect.
With a valid install prefix under
install.prefixin config.toml, I see this:But nothing is installed. This is a recent regression. At first I thought it had to do with the default stages changing, but passing
--stagedoesn't seem to have an effect.