modifed premake5 for linux audio

This commit is contained in:
MissLavender-LQ
2023-09-28 03:48:14 +01:00
parent 51fc92f523
commit 084c1e2a76

View File

@@ -183,7 +183,11 @@ project "NuakeRuntime"
filter "system:linux"
links
{
"GL"
"GL",
"glfw",
"glad",
"X11",
"asound",
}
filter "configurations:Debug"
@@ -298,7 +302,8 @@ project "Editor"
"GL",
"glfw",
"glad",
"X11"
"X11",
"asound",
}
defines