Skip to content

Commit 5016e0a

Browse files
committed
compile.sh: enable download cache by default
[ci skip]
1 parent 8a396c6 commit 5016e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ COMPILE_GD="no"
152152
PM_VERSION_MAJOR=""
153153

154154
DOWNLOAD_INSECURE="no"
155-
DOWNLOAD_CACHE=""
155+
DOWNLOAD_CACHE="$DIR/download_cache"
156156
SEPARATE_SYMBOLS="no"
157157

158158
PHP_VERSION_BASE="auto"

0 commit comments

Comments
 (0)