Fixed bad argument in compile args

This commit is contained in:
Ryzerth
2021-03-01 17:39:39 +01:00
parent 9f0262fc05
commit a24972843e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace sdrpp_credits {
const char* libraries[] = {
"Dear ImGui (ocornut)",
"json (nlohmann)",
"RtlAudio",
"RtAudio",
"SoapySDR (PothosWare)",
"spdlog (gabime)",
};