Update cmake/bgfx/bgfx.cmake

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Sandy
2024-06-15 20:39:45 -04:00
parent 0211a63b99
commit 79e4993ca5

View File

@@ -86,7 +86,7 @@ if(NOT ${BGFX_CONFIG_DEFAULT_MAX_ENCODERS} STREQUAL "")
endif()
if(BGFX_WITH_WAYLAND)
target_compile_definitions(bgfx PRIVATE "WL_EGL_PLATFORM=1")
target_compile_definitions(bgfx PRIVATE "WL_EGL_PLATFORM=1")
endif()
set(BGFX_CONFIG_OPTIONS "")