Skip to content
Snippets Groups Projects
Commit d753653c authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix autobuild going hayware and installing incorrect addrsize libraries when run via cmake update

parent 76832d7f
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ macro (use_prebuilt_binary _binary) ...@@ -45,6 +45,7 @@ macro (use_prebuilt_binary _binary)
endif(DEBUG_PREBUILT) endif(DEBUG_PREBUILT)
execute_process(COMMAND "${AUTOBUILD_EXECUTABLE}" execute_process(COMMAND "${AUTOBUILD_EXECUTABLE}"
install install
-A${ADDRESS_SIZE}
--install-dir=${AUTOBUILD_INSTALL_DIR} --install-dir=${AUTOBUILD_INSTALL_DIR}
${_binary} ${_binary}
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment