Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 083610f

Browse files
committed
[[ Bug 23176 ]] Fixed typo in mac.gypi
This patch fixes a typo in one of the Xcode settings, that resulted in an invalid setting name, thus this setting was not applied.
1 parent 13e08bf commit 083610f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/mac.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
{
7777
'xcode_settings':
7878
{
79-
'OTHER_LD_FLAGS':
79+
'OTHER_LDFLAGS':
8080
[
8181
'-Wl,-platform_version',
8282
'-Wl,macos',

0 commit comments

Comments
 (0)