Skip to content

Commit

Permalink
Use FILEPATH for injected SLINT_COMPILER cache variable
Browse files Browse the repository at this point in the history
Commit 0773e51d92928fdeea3dd1c79c899455f8a4000f in slint master changed
it from STRING.
  • Loading branch information
tronical committed Oct 2, 2023
1 parent 5c44117 commit 1c52603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/slint.bbclass
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

DEPENDS:append:class-target = " slint-cpp-native"
EXTRA_OECMAKE:append:class-target = " -DSLINT_COMPILER:PATH=${RECIPE_SYSROOT_NATIVE}${prefix_native}/bin/slint-compiler "
EXTRA_OECMAKE:append:class-target = " -DSLINT_COMPILER:FILEPATH=${RECIPE_SYSROOT_NATIVE}${prefix_native}/bin/slint-compiler "

0 comments on commit 1c52603

Please sign in to comment.