mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-06 22:48:30 +01:00
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@634 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
6e3869c19f
commit
97918069d8
3 changed files with 55 additions and 46 deletions
|
|
@ -1210,7 +1210,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 8B3102D411F0D60300FCF3E4 /* BreakpadDebug.xcconfig */;
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = "\"../../../**\"";
|
||||
HEADER_SEARCH_PATHS = ../../..;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
|
@ -1218,7 +1218,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 8B3102D511F0D60300FCF3E4 /* BreakpadRelease.xcconfig */;
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = "\"../../../**\"";
|
||||
HEADER_SEARCH_PATHS = ../../..;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue