mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
fix build, slight cleanup for doozer (#101)
This commit is contained in:
parent
deab92d486
commit
c597631c4d
@ -1,14 +1,11 @@
|
|||||||
{
|
{
|
||||||
"targets": {
|
"targets": {
|
||||||
"lib": {
|
"lib": {
|
||||||
|
|
||||||
"buildenv": "docker:devkitpro/devkita64",
|
"buildenv": "docker:devkitpro/devkita64",
|
||||||
|
|
||||||
"environment": {
|
|
||||||
"DEVKITPRO": "/opt/devkitpro",
|
|
||||||
},
|
|
||||||
|
|
||||||
"buildcmd": [
|
"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",
|
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
||||||
"make -C switch-examples/"
|
"make -C switch-examples/"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user