mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Boom
This commit is contained in:
parent
d42aa26d51
commit
0a1a74f2b2
@ -14,7 +14,7 @@
|
|||||||
"buildcmd": [
|
"buildcmd": [
|
||||||
"[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true",
|
"[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true",
|
||||||
|
|
||||||
"DEVKITPRO=${DEVKITPATH} make -j${PARALLEL}",
|
"DEVKITPRO=${DEVKITPATH} make -j${PARALLEL} install",
|
||||||
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
||||||
"DEVKITPRO=${DEVKITPATH} make -C switch-examples/"
|
"DEVKITPRO=${DEVKITPATH} make -C switch-examples/"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user