Skip to content

Commit 3bdbe71

Browse files
committed
Add harfbuzz to search paths
1 parent 1499b25 commit 3bdbe71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Pidgin MacOS Integration.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@
377377
"/usr/local/opt/pidgin/include/**",
378378
/usr/local/opt/gettext/include,
379379
/usr/local/opt/pidgin/include/libpurple/,
380+
"/usr/local/opt/harfbuzz/include/**",
380381
);
381382
};
382383
name = Debug;
@@ -452,6 +453,7 @@
452453
"/usr/local/opt/pidgin/include/**",
453454
/usr/local/opt/gettext/include,
454455
/usr/local/opt/pidgin/include/libpurple/,
456+
"/usr/local/opt/harfbuzz/include/**",
455457
);
456458
};
457459
name = Release;

0 commit comments

Comments
 (0)