Remove more redundant libs

This commit is contained in:
Andrew Grigorev 2024-04-18 01:48:03 +03:00
parent 7010261c9c
commit bacf598ced
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ on:
jobs:
build:
strategy:
fail-fast: false

View File

@ -285,7 +285,7 @@ SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SAFESEH:NO /SUBSYSTEM:WIN
ENDIF()
IF (UNIX AND NOT APPLE)
SET (PLATFORM_LIBS linux dd_lnxsound ddvid_lnx lnxcontroller ddio_lnx ${SDL_LIBRARY} caca asound audio aa directfb m dl GLU ncurses pulse-simple)
SET (PLATFORM_LIBS linux dd_lnxsound ddvid_lnx lnxcontroller ddio_lnx ${SDL_LIBRARY} m dl GLU ncurses pulse-simple)
SET (PLATFORM_CPPS loki_utils.c lnxmain.cpp)
ENDIF()