Build: Fix linking for audio and utility system for POSIX
Former-commit-id: 4be274b9e7b9be6a62bde87ae2629cc87da3f1de
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
MODULE.Name = "Utility"
|
||||
|
||||
MODULE.Libraries = {
|
||||
"freetype-s",
|
||||
"NazaraCore",
|
||||
"stb_image"
|
||||
}
|
||||
@@ -17,10 +16,12 @@ MODULE.OsFiles.Posix = {
|
||||
}
|
||||
|
||||
MODULE.OsLibraries.Windows = {
|
||||
"freetype-s",
|
||||
"gdi32"
|
||||
}
|
||||
|
||||
MODULE.OsLibraries.Posix = {
|
||||
"freetype",
|
||||
"X11",
|
||||
"xcb",
|
||||
"xcb-cursor",
|
||||
|
||||
Reference in New Issue
Block a user