mirror of
https://github.com/mackron/miniaudio.git
synced 2026-05-01 04:34:02 +02:00
8 lines
101 B
Bash
8 lines
101 B
Bash
#!/bin/bash
|
|
|
|
#set the KOS environtment variables
|
|
source /opt/toolchains/dc/kos/environ.sh
|
|
|
|
make
|
|
|
|
exit |