mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
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:
parent
19c6600269
commit
c4d5f079b5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue