Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
Merged pull request #54 from Agos/master.
Browse files Browse the repository at this point in the history
Libcss header path fix for XCode4
  • Loading branch information
rsms committed Apr 29, 2011
2 parents 2aaf402 + 216316c commit 8d5b398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcconfig/base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NODE_LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/nodejs"
GAZELLE_HEADER_SEARCH_PATHS = "$(KOD_DEPS)/gazelle/runtime/include"
GAZELLE_LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/gazelle"

LIBCSS_HEADER_SEARCH_PATHS = "deps/libcss/cocoa-framework/build/$(BUILD_STYLE)/CSS.framework/Headers"
LIBCSS_HEADER_SEARCH_PATHS = "deps/libcss/cocoa-framework/build/$(BUILD_STYLE)/CSS.framework/Headers" "deps/libcss/include"

// Note: values can not wrap lines
FRAMEWORK_SEARCH_PATHS = $(inherited) "$(SRCROOT)" "$(KOD_DEPS)/chromium-tabs/build/$(BUILD_STYLE)" "$(KOD_DEPS)/libcss/cocoa-framework/build/$(BUILD_STYLE)" "$(KOD_DEPS)"
Expand Down

0 comments on commit 8d5b398

Please sign in to comment.