Skip to content

Commit

Permalink
dev-cpp/folly: disable ccache
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 23, 2022
1 parent 36346b2 commit 9c64630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-cpp/folly/folly-2022.08.22.00.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ pkg_setup() {
}

src_configure() {
# TODO: liburing could in theory be optional but fails to link
# Fragile when changing compilers
export CCACHE_DISABLE=1

# TODO: liburing could in theory be optional but fails to link
local mycmakeargs=(
-DLIB_INSTALL_DIR="$(get_libdir)"

Expand Down

0 comments on commit 9c64630

Please sign in to comment.