Skip to content

Commit

Permalink
CodeLite no longer comes with clang-tools.tgz on Linux (too many dist…
Browse files Browse the repository at this point in the history
…ros...)
  • Loading branch information
eranif committed Oct 17, 2021
1 parent e068f7a commit 94834ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions LiteEditor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ if(NOT APPLE)
install(FILES ${CL_SRC_ROOT}/Runtime/codelite-bitmaps-dark.zip DESTINATION ${CL_PREFIX}/share/codelite)
install(FILES ${CL_SRC_ROOT}/Runtime/codelite-bitmaps-light.zip DESTINATION ${CL_PREFIX}/share/codelite)

# extra clangd + clang-format tools
if (UNIX)
install(FILES ${CL_SRC_ROOT}/tools/linux/clang-tools.tgz DESTINATION ${CL_PREFIX}/share/codelite)
endif()

## License file
install(FILES ${CL_SRC_ROOT}/LICENSE DESTINATION ${CL_PREFIX}/share/codelite)

Expand Down
2 changes: 1 addition & 1 deletion LiteEditor/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3883,7 +3883,7 @@ void Manager::OnDebuggerAtFileLine(clDebugEvent& event)

void Manager::InstallClangTools()
{
#ifdef __WXGTK__
#if 0
// Extract clang-tools.tgz if needed
// see if we need to copy it from the installation folder
wxFileName toolsFile(clStandardPaths::Get().GetDataDir(), "clang-tools.tgz");
Expand Down
Binary file removed tools/linux/clang-tools.tgz
Binary file not shown.

0 comments on commit 94834ce

Please sign in to comment.