mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-25 14:22:40 +02:00
Build switch-examples
This commit is contained in:
parent
75003f40f1
commit
d1e200f287
@ -14,7 +14,8 @@
|
||||
"buildcmd": [
|
||||
"[ ! -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}",
|
||||
"git clone https://github.com/switchbrew/switch-examples && make -C switch_examples/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user