We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c4bb commit f72f2e6Copy full SHA for f72f2e6
CMakeLists.txt
@@ -8,6 +8,7 @@ project(flutter_wayland)
8
9
if(FLUTTER_ENGINE_LIBRARY)
10
set(FLUTTER_ENGINE_LIBRARY ${CMAKE_SYSROOT}/usr/lib/libflutter_engine.so)
11
+ MESSAGE(STATUS "Using ${FLUTTER_ENGINE_LIBRARY}")
12
else()
13
set(FLUTTER_ENGINE_SHA af51afceb8886cc11e25047523c4e0c7e1f5d408)
14
0 commit comments