Skip to content

Commit

Permalink
Use symlink for eosio-pp
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 committed Jul 15, 2018
1 parent ee7a838 commit b152af5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions InstallClang.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ install_symlink(llvm-readelf eosio-readelf)
install_symlink(eosio-cc eosio-cc)
install_symlink(eosio-cpp eosio-cpp)
install_symlink(eosio-ld eosio-ld)
install_symlink(eosio-pp eosio-pp)

install(CODE "
execute_process(COMMAND ln -sf
Expand Down
3 changes: 0 additions & 3 deletions external/wabt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ if (NOT EMSCRIPTEN)
# install
#install(TARGETS ${WABT_EXECUTABLES} DESTINATION bin)
install(TARGETS eosio-pp DESTINATION ${SDK_INSTALL_PREFIX}/bin)
install(FILES ${WABT_BINARY_DIR}/bin/eosio-pp
DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME eosio-pp
PERMISSIONS OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)

else ()
# emscripten stuff
Expand Down

0 comments on commit b152af5

Please sign in to comment.