mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 21:07:45 +00:00
Fix accidental linking to X11 on macOS
This commit is contained in:
parent
b4587ea71b
commit
1fdd6ce9fc
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ if(ENABLE_WATCHDOG)
|
|||
src/gameparser.cpp)
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
if(UNIX AND NOT APPLE)
|
||||
set(LIBRARIES ${LIBRARIES}
|
||||
X11
|
||||
Xcomposite
|
||||
|
|
Loading…
Add table
Reference in a new issue