Commit Graph

4 Commits

Author SHA1 Message Date
Matthieu Gautier 6b08e12910 Use fstring instead of `.format` 2024-04-30 14:25:19 +02:00
Matthieu Gautier 908b90190c Use pathlib.Path instead of os.path 2024-04-30 14:25:19 +02:00
Matthieu Gautier 0c0eac69c4 Introduce arch_name to name build dir base on arch name instead of config. 2024-04-08 16:50:03 +02:00
Matthieu Gautier c0ec9c44b8 Rename option `--target-platform` to `--config`
The target_platform option has always be wrongly named.
This is not the platform we are targeted but how we compile.

This was ok at beginning as specifying how we compile somehow define
for what we compile but this is not a one to one mapping.
2024-02-05 18:03:11 +01:00