未验证 提交 83d2233a 编写于 作者: C Cosimo Lupo

CMakeLists.txt: pass headers as arguments to gen-def.py; call using PYTHON_EXECUTABLE

上级 ccdd1565
...@@ -836,7 +836,7 @@ if (UNIX OR MINGW) ...@@ -836,7 +836,7 @@ if (UNIX OR MINGW)
# generate harfbuzz.def after build completion # generate harfbuzz.def after build completion
string(REPLACE ";" " " space_separated_headers "${project_headers}") string(REPLACE ";" " " space_separated_headers "${project_headers}")
add_custom_command(TARGET harfbuzz POST_BUILD add_custom_command(TARGET harfbuzz POST_BUILD
COMMAND ${CMAKE_COMMAND} -E env "headers=${space_separated_headers}" python ${PROJECT_SOURCE_DIR}/src/gen-def.py ${PROJECT_BINARY_DIR}/harfbuzz.def COMMAND "${PYTHON_EXECUTABLE}" ${PROJECT_SOURCE_DIR}/src/gen-def.py ${PROJECT_BINARY_DIR}/harfbuzz.def ${space_separated_headers}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/src) WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/src)
add_test(NAME check-static-inits.sh add_test(NAME check-static-inits.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册