mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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 |