mirror of
https://github.com/openharmony/third_party_minimp3.git
synced 2026-07-01 23:44:03 -04:00
4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
./build-sdl.sh $1
|
|
|
|
gcc -O2 -o player *.cpp *.c -lstdc++ -lpthread -lm -ldl -LSDL/build-$1 -ISDL/include -lSDL2
|