You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
226 B
12 lines
226 B
8 years ago
|
import 'vcs/git'
|
||
9 years ago
|
|
||
|
name=ctrulib
|
||
|
|
||
|
vcs_git "https://github.com/smealum/$name"
|
||
|
header_end
|
||
|
|
||
9 years ago
|
cd "$name/libctru"
|
||
8 years ago
|
make DEVKITPRO="$dir_install/$dir_prefix/$dir_libdir/devkitPRO" install
|
||
9 years ago
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|