Skip to content

Commit 5731143

Browse files
committed
Add other include paths to Xcode project, too.
1 parent 0a1f85b commit 5731143

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xcode/libcups.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4927,6 +4927,8 @@
49274927
.,
49284928
..,
49294929
/usr/local/include,
4930+
/opt/local/include,
4931+
/opt/homebrew/include,
49304932
);
49314933
LIBRARY_SEARCH_PATHS = /usr/local/lib;
49324934
MACOSX_DEPLOYMENT_TARGET = 11.0;
@@ -4998,6 +5000,8 @@
49985000
.,
49995001
..,
50005002
/usr/local/include,
5003+
/opt/local/include,
5004+
/opt/homebrew/include,
50015005
);
50025006
LIBRARY_SEARCH_PATHS = /usr/local/lib;
50035007
MACOSX_DEPLOYMENT_TARGET = 11.0;

0 commit comments

Comments
 (0)