Fix Windows path handling
This commit is contained in:
parent
4225743e34
commit
8950d9c77d
3 changed files with 43 additions and 30 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue