Skip to content

Commit

Permalink
Fix PLATFORM_LIBS on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Apr 17, 2024
1 parent 8896028 commit 46c950d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Descent3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,8 @@ 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 esd aa directfb m dl GLU)
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_CPPS loki_utils.c lnxmain.cpp)
SET(CMAKE_EXE_LINKER_FLAGS "/usr/lib/libpulse-simple.so.0")
ENDIF()

IF (APPLE)
Expand Down

0 comments on commit 46c950d

Please sign in to comment.