mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Stop overwriting the ADDITIONAL_LIBS setting for CMake.
This commit is contained in:
parent
952098c00f
commit
080e42ec9f
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ endif()
|
|||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
#on some Linux distros shm_unlink and similar functions are in librt only
|
||||
set(ADDITIONAL_LIBS "rt")
|
||||
set(ADDITIONAL_LIBS "X11")
|
||||
set(ADDITIONAL_LIBS "rt" "X11")
|
||||
elseif(UNIX)
|
||||
#it seems like glibc includes the iconv functions we use but other libc
|
||||
#implementations like the one on OSX don't seem implement them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue