This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4120870628
dolphin
/
Externals
/
libusb
/
bootstrap.sh
7 lines
76 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
!
test
-d m4
;
then
mkdir m4
fi
autoreconf -ivf
||
exit
1
Reference in New Issue
View Git Blame
Copy Permalink