mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Update test and build files.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread
|
||||
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread
|
||||
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread -lm
|
||||
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread -lm
|
||||
Reference in New Issue
Block a user