From 02ec3fd4609d3900804fcb9e1031a4605665e053 Mon Sep 17 00:00:00 2001 From: Aeva Date: Sun, 9 Feb 2025 14:55:30 -0600 Subject: [PATCH] Add Missing `asound` Link to SoloudDynamic #309 --- AUTHORS | 1 + build/genie.lua | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index e8a1b8eb..78145c6e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -40,3 +40,4 @@ lexander Yashin https://github.com/yashin-alexander Nils Duval https://github.com/nlsdvl JackRedstonia jackredstonia64@gmail.com David Bullock https://github.com/dwbullock +Aeva Palecek https://zone.dog/ diff --git a/build/genie.lua b/build/genie.lua index 572187a9..cd9e2ebd 100644 --- a/build/genie.lua +++ b/build/genie.lua @@ -954,6 +954,9 @@ end } links {"SoloudStatic"} +if (WITH_ALSA == 1) then + links {"asound"} +end if (os.is("Windows")) then linkoptions { "/DEF:\"../../src/c_api/soloud.def\"" }