Build from scratch to use latest libnx

This commit is contained in:
Joey Yakimowich-Payne 2018-06-26 13:37:51 +09:00
commit 6e36262369
131 changed files with 15 additions and 11252 deletions

View file

@ -22,9 +22,12 @@ filter=lock
"${output}/nim.cfg"
[n.prepare]
gitremote = "https://github.com/switchbrew/libnx"
gitsparse = """
nx/include/*
git = "https://github.com/switchbrew/libnx"
execute = """
cd ${output}
# for listing users
curl https://patch-diff.githubusercontent.com/raw/switchbrew/libnx/pull/103.patch | git am
make
"""
[n.after]