Skip to content

Commit

Permalink
Fix for issue EOSIO#10
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 committed Jul 16, 2018
1 parent 4a8eb03 commit d3ae3bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions InstallClang.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ macro(install_symlink from to)
install(CODE
"execute_process(COMMAND mkdir -p ${SDK_INSTALL_PREFIX}/bin)
execute_process(COMMAND mkdir -p ${CMAKE_INSTALL_PREFIX}/bin)
execute_process(COMMAND ln -sf ${SDK_INSTALL_PREFIX}/bin/${from} ${CMAKE_INSTALL_PREFIX}/bin/${to})")
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../eosio.wasmsdk/bin/${from} ${CMAKE_INSTALL_PREFIX}/bin/${to})")
endmacro()

install_symlink(llvm-ranlib eosio.ranlib)

# install clang and llvm
set(CLANG_BIN_DIR ${CMAKE_BINARY_DIR}/EosioClang-prefix/src/EosioClang-build/bin)
install(FILES ${CLANG_BIN_DIR}/llvm-ranlib
Expand Down

0 comments on commit d3ae3bd

Please sign in to comment.