Commit bae2fc1f authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

More verbose output for the Wix linker (light.exe)

This is an attempt to workaround buildbot
"1200 seconds without output, killing process"
parent 3c411e3a
......@@ -425,7 +425,7 @@ EXECUTE_PROCESS(
)
EXECUTE_PROCESS(
COMMAND ${LIGHT_EXECUTABLE} -ext WixUIExtension -ext WixUtilExtension
COMMAND ${LIGHT_EXECUTABLE} -v -ext WixUIExtension -ext WixUtilExtension
-ext WixFirewallExtension -sice:ICE61
mysql_server.wixobj extra.wixobj -out ${CPACK_PACKAGE_FILE_NAME}.msi
${EXTRA_LIGHT_ARGS}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment