Skip to content

Commit 35f051b

Browse files
committed
Use PEAR bundle from the build template
1 parent 2e0ddb3 commit 35f051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/mkdist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function copy_dir($source, $dest)
335335

336336
/* change this next line to true to use good-old
337337
* hand-assembled go-pear-bundle from the snapshot template */
338-
$use_pear_template = false;
338+
$use_pear_template = true;
339339

340340
if (!$use_pear_template) {
341341
/* Let's do a PEAR-less pear setup */

0 commit comments

Comments
 (0)