forked from mirrors/principia
Don't link against GTK3 libs if we're doing a desktop build with Imgui backend
This commit is contained in:
parent
814eaea412
commit
8246880adc
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ if(NOT EMSCRIPTEN)
|
|||
if(NOT SCREENSHOT_BUILD AND NOT EMSCRIPTEN)
|
||||
list(APPEND LIBS ${CURL_LIBRARIES})
|
||||
|
||||
if(NOT ANDROID)
|
||||
if(NOT ANDROID AND NOT BACKEND_IMGUI)
|
||||
list(APPEND LIBS ${GTK3_LIBRARIES})
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue