mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
fix build, slight cleanup for doozer (#101)
This commit is contained in:
parent
deab92d486
commit
c597631c4d
@ -1,14 +1,11 @@
|
||||
{
|
||||
"targets": {
|
||||
"lib": {
|
||||
|
||||
"buildenv": "docker:devkitpro/devkita64",
|
||||
|
||||
"environment": {
|
||||
"DEVKITPRO": "/opt/devkitpro",
|
||||
},
|
||||
|
||||
"buildcmd": [
|
||||
"sudo -E make -j${PARALLEL} install",
|
||||
"sudo -E make -j${PARALLEL} -C nx install",
|
||||
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
||||
"make -C switch-examples/"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user