Skip to content

Commit

Permalink
Update podspec to produce the DEVELOPER_BIN_DIR preprocessor macro
Browse files Browse the repository at this point in the history
  • Loading branch information
xtreme-priyanka-ranjan committed Sep 14, 2015
1 parent d54eece commit 94e8a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cedar.podspec
Expand Up @@ -19,7 +19,8 @@ Pod::Spec.new do |s|
# https://github.com/pivotal/cedar/issues/47
s.xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++0x',
'CLANG_CXX_LIBRARY' => 'libc++'
'CLANG_CXX_LIBRARY' => 'libc++',
'OTHER_CFLAGS' => '-DDEVELOPER_BIN_DIR=@\"${DEVELOPER_BIN_DIR}\"'
}
s.libraries = 'c++'
s.requires_arc = false
Expand Down

0 comments on commit 94e8a8d

Please sign in to comment.