Skip to content

Commit

Permalink
Switched BUILD_ROOT with OBJROOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Baghin committed Feb 9, 2013
1 parent 9d62e5a commit 44866c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/iOS-Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SDKROOT = iphoneos
SKIP_INSTALL = YES

// Xcode needs this to find archived headers if SKIP_INSTALL is set
HEADER_SEARCH_PATHS = $(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include
HEADER_SEARCH_PATHS = $(OBJROOT)/UninstalledProducts/include

// Supported SDK platforms
SUPPORTED_PLATFORMS = iphonesimulator iphoneos
Expand Down

0 comments on commit 44866c0

Please sign in to comment.