forked from xiaozhi/xiaozhi-esp32
fix compiling error on windows
This commit is contained in:
@@ -149,7 +149,7 @@ target_compile_definitions(${COMPONENT_LIB}
|
|||||||
# 添加生成规则
|
# 添加生成规则
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT ${LANG_HEADER}
|
OUTPUT ${LANG_HEADER}
|
||||||
COMMAND python3 ${PROJECT_DIR}/scripts/gen_lang.py
|
COMMAND python ${PROJECT_DIR}/scripts/gen_lang.py
|
||||||
--input "${LANG_JSON}"
|
--input "${LANG_JSON}"
|
||||||
--output "${LANG_HEADER}"
|
--output "${LANG_HEADER}"
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
|||||||
Reference in New Issue
Block a user