Skip to content

Commit 119e07e

Browse files
authored
fix bug macOS -framework 链接代码 (#941)
1 parent 94352c2 commit 119e07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/src/Preprocessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function withExportVariable(string $key, string $value): static
455455
return $this;
456456
}
457457

458-
protected array $frameworks = ['LDFLAGS' => []];
458+
protected array $frameworks = [];
459459

460460
public function withFramework(string $framework): static
461461
{

0 commit comments

Comments
 (0)