mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
add cache file option to autoconf executor by default (if cflags and ldflags match default)
This commit is contained in:
parent
5577cd0fab
commit
abe27598de
@ -117,6 +117,11 @@ class UnixShell
|
|||||||
return trim($str);
|
return trim($str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getEnv(): array
|
||||||
|
{
|
||||||
|
return $this->env;
|
||||||
|
}
|
||||||
|
|
||||||
private function getExecString(string $cmd): string
|
private function getExecString(string $cmd): string
|
||||||
{
|
{
|
||||||
logger()->debug('Executed at: ' . debug_backtrace()[0]['file'] . ':' . debug_backtrace()[0]['line']);
|
logger()->debug('Executed at: ' . debug_backtrace()[0]['file'] . ':' . debug_backtrace()[0]['line']);
|
||||||
@ -129,9 +134,4 @@ class UnixShell
|
|||||||
}
|
}
|
||||||
return $cmd;
|
return $cmd;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getEnv(): array
|
|
||||||
{
|
|
||||||
return $this->env;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user