mirror of https://github.com/arendst/Tasmota.git
avoid unnecessary compiling of specific libraries in lib32_div for most builds (#19293)
This commit is contained in:
parent
f9f5d5d55c
commit
314af22ae3
|
@ -15,7 +15,6 @@ lib_compat_mode = ${common.lib_compat_mode}
|
||||||
lib_extra_dirs = ${common.lib_extra_dirs}
|
lib_extra_dirs = ${common.lib_extra_dirs}
|
||||||
lib/libesp32
|
lib/libesp32
|
||||||
lib/libesp32_lvgl
|
lib/libesp32_lvgl
|
||||||
lib/libesp32_div
|
|
||||||
lib/libesp32_eink
|
lib/libesp32_eink
|
||||||
lib/libesp32_audio
|
lib/libesp32_audio
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
|
|
Loading…
Reference in New Issue