flatten 20260225
This commit is contained in:
25
resources/packages/ezaudio/prepare
Executable file
25
resources/packages/ezaudio/prepare
Executable file
@@ -0,0 +1,25 @@
|
||||
mkdir -p sdk/include
|
||||
|
||||
LIB=ezaudio
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
mkdir $LIB
|
||||
pushd $LIB
|
||||
|
||||
git clone https://github.com/timprepscius/EZAudio.git
|
||||
|
||||
cp -av $DIR/Makefile.* $LIB/
|
||||
$DIR/../../prepare-template-just-makefile $LIB $DIR
|
||||
|
||||
|
||||
pushd $LIB
|
||||
make
|
||||
popd
|
||||
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
ln -s ../../ezaudio/EZAudio/EZAudio
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user