Skip to content

Commit 9d65a7b

Browse files
committed
fix: disable sccache for third-party natives
Signed-off-by: Sam Gammon <[email protected]>
1 parent 7f31740 commit 9d65a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MUSL ?= no
2222
TESTS ?= no
2323
USE_NINJA ?= yes
2424
ENABLE_CCACHE ?= no
25-
ENABLE_SCCACHE ?= yes
25+
ENABLE_SCCACHE ?= no
2626
ELIDE_ROOT ?= $(realpath $(shell pwd)/..)
2727
MACOS_MIN_VERSION ?= 12.3
2828

0 commit comments

Comments
 (0)