mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-02-11 06:33:48 +00:00
fix compiling error on windows
This commit is contained in:
@@ -149,7 +149,7 @@ target_compile_definitions(${COMPONENT_LIB}
|
||||
# 添加生成规则
|
||||
add_custom_command(
|
||||
OUTPUT ${LANG_HEADER}
|
||||
COMMAND python3 ${PROJECT_DIR}/scripts/gen_lang.py
|
||||
COMMAND python ${PROJECT_DIR}/scripts/gen_lang.py
|
||||
--input "${LANG_JSON}"
|
||||
--output "${LANG_HEADER}"
|
||||
DEPENDS
|
||||
|
||||
Reference in New Issue
Block a user