Fix Windows path handling

This commit is contained in:
Luke Street 2024-03-04 08:20:58 -07:00
parent 4225743e34
commit 8950d9c77d
3 changed files with 43 additions and 30 deletions

View file

@ -126,6 +126,13 @@ config.wibo_tag = "0.6.11"
# Project
config.config_path = Path("config") / config.version / "config.yml"
config.check_sha_path = Path("config") / config.version / "build.sha1"
config.asflags = [
"-mgekko",
"--strip-local-absolute",
"-I include",
f"-I build/{config.version}/include",
f"--defsym version={version_num}",
]
config.ldflags = [
"-fp hardware",
"-nodefaults",