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
Branches
Tags
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.
Please register or to comment