1
Fork 0
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:
Joshua Goins 2022-03-11 16:20:12 -05:00
parent b4587ea71b
commit 1fdd6ce9fc

View file

@ -108,7 +108,7 @@ if(ENABLE_WATCHDOG)
src/gameparser.cpp) src/gameparser.cpp)
endif() endif()
if(UNIX) if(UNIX AND NOT APPLE)
set(LIBRARIES ${LIBRARIES} set(LIBRARIES ${LIBRARIES}
X11 X11
Xcomposite Xcomposite