Partial fix for cmake build with Skia against Yocto

Latest corrosion handles quoting differently and would escape the empty quoted
string, so pass an empty string instead, for the host cflags.
This commit is contained in:
Simon Hausmann 2022-12-13 17:06:09 +01:00
parent 19c6600269
commit c4d5f079b5

View file

@ -190,7 +190,7 @@ if((SLINT_FEATURE_RENDERER_WINIT_SKIA OR SLINT_FEATURE_RENDERER_WINIT_SKIA_OPENG
TARGET slint-cpp
APPEND
PROPERTY CORROSION_ENVIRONMENT_VARIABLES
CFLAGS_${cargo_host_target_underscore}=""
CFLAGS_${cargo_host_target_underscore}=
)
endif()
endif()