File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ SPC_SKIP_PHP_VERSION_CHECK="no"
43
43
; Ignore some check item for bin/spc doctor command, comma separated (e.g. SPC_SKIP_DOCTOR_CHECK_ITEMS="if homebrew has installed")
44
44
SPC_SKIP_DOCTOR_CHECK_ITEMS =" "
45
45
; extra modules that xcaddy will include in the FrankenPHP build
46
- SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES =" --with github.com/php /frankenphp/caddy --with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain/caddy --with github.com/dunglas/caddy-cbrotli"
46
+ SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES =" --with github.com/dunglas /frankenphp/caddy --with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain/caddy --with github.com/dunglas/caddy-cbrotli"
47
47
48
48
; EXTENSION_DIR where the built php will look for extension when a .ini instructs to load them
49
49
; only useful for builds targeting not pure-static linking
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ protected function buildFrankenphp(): void
318
318
$ xcaddyModules = getenv ('SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES ' );
319
319
// make it possible to build from a different frankenphp directory!
320
320
if (!str_contains ($ xcaddyModules , '--with github.com/php/frankenphp ' )) {
321
- $ xcaddyModules = '--with github.com/php /frankenphp ' . $ xcaddyModules ;
321
+ $ xcaddyModules = '--with github.com/dunglas /frankenphp ' . $ xcaddyModules ;
322
322
}
323
323
if ($ this ->getLib ('brotli ' ) === null && str_contains ($ xcaddyModules , '--with github.com/dunglas/caddy-cbrotli ' )) {
324
324
logger ()->warning ('caddy-cbrotli module is enabled, but brotli library is not built. Disabling caddy-cbrotli. ' );
You can’t perform that action at this time.
0 commit comments