Files
yuzu/externals/libusb/bootstrap.sh
2020-08-18 16:27:50 -04:00

7 lines
76 B
Bash

#!/bin/sh
if ! test -d m4 ; then
mkdir m4
fi
autoreconf -ivf || exit 1