mirror of
https://github.com/SwareJonge/mkdd.git
synced 2024-11-23 05:19:45 +00:00
use response file to make windows happy
This commit is contained in:
parent
e0286fe852
commit
1357b04093
@ -1,7 +1,6 @@
|
||||
# mkdd
|
||||
WIP 1:1 Decompilation of Mario Kart Double Dash!!
|
||||
## Building
|
||||
NOTE: Currently fails on Windows, use Linux in the meantime.
|
||||
### Requirements
|
||||
- [devkitPro](https://devkitpro.org/wiki/Getting_Started)
|
||||
- [Ninja](https://github.com/ninja-build/ninja/releases/tag/v1.11.1)
|
||||
|
@ -244,7 +244,9 @@ n.rule(
|
||||
|
||||
n.rule(
|
||||
"ld",
|
||||
command = "$ld $ldflags -map $map -lcf $lcf $in -o $out",
|
||||
command = "$ld $ldflags -map $map -lcf $lcf @$out.rsp -o $out",
|
||||
rspfile = "$out.rsp",
|
||||
rspfile_content = "$in_newline",
|
||||
description = "LD $out",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user