File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ private function __construct()
2121 /** @return non-empty-list<non-empty-string> */
2222 public static function packageNames (TargetPlatform $ targetPlatform , Package $ package ): array
2323 {
24- $ debug = $ targetPlatform ->phpBinaryPath ->debugMode () === DebugBuild::Debug ? '-debug ' : '' ;
25- $ tsNoSuffix = $ targetPlatform ->threadSafety === ThreadSafetyMode::ThreadSafe ? '-zts ' : '' ;
24+ $ debug = $ targetPlatform ->phpBinaryPath ->debugMode () === DebugBuild::Debug ? '-debug ' : '' ;
25+ $ tsNoSuffix = $ targetPlatform ->threadSafety === ThreadSafetyMode::ThreadSafe ? '-zts ' : '' ;
2626 $ tsWithSuffix = $ targetPlatform ->threadSafety === ThreadSafetyMode::ThreadSafe ? '-zts ' : '-nts ' ;
27- $ libc = $ targetPlatform ->libcFlavour ()->value ;
27+ $ libc = $ targetPlatform ->libcFlavour ()->value ;
2828
2929 $ name = $ package ->extensionName ()->name ();
3030 $ version = $ package ->version ();
You can’t perform that action at this time.
0 commit comments