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\"" }