File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ elif [ "$target" == "unix" -o "$target" == "macOS" ]; then
125125 if [ " $target " == " macOS" ]; then
126126 echo " homebrew install rlottie fails so it runs into: fatal error: 'rlottie_capi.h' file not found on macos"
127127 sed -i.backup ' s/#define[[:space:]]\+MICROPY_RLOTTIE[[:space:]]\+1/#define MICROPY_RLOTTIE 0/' " $codebasedir " /lvgl_micropython/lib/lv_conf.h
128+ echo " After disabling MICROPY_RLOTTIE:"
129+ cat " $codebasedir " /lvgl_micropython/lib/lv_conf.h
128130 fi
129131
130132 # LV_CFLAGS are passed to USER_C_MODULES (compiler flags only, no linker flags)
@@ -136,6 +138,8 @@ elif [ "$target" == "unix" -o "$target" == "macOS" ]; then
136138
137139 if [ " $target " == " macOS" ]; then
138140 sed -i.backup ' s/#define[[:space:]]\+MICROPY_RLOTTIE[[:space:]]\+0/#define MICROPY_RLOTTIE 1/' " $codebasedir " /lvgl_micropython/lib/lv_conf.h
141+ echo " After enabling MICROPY_RLOTTIE:"
142+ cat " $codebasedir " /lvgl_micropython/lib/lv_conf.h
139143 fi
140144
141145 # Restore @micropython.viper decorator after build
You can’t perform that action at this time.
0 commit comments