Skip to content

Commit

Permalink
Merge pull request #89 from spotify/build/add-language-standard-to-xc…
Browse files Browse the repository at this point in the history
…config

Add langauge standards to xcconfig
  • Loading branch information
rastersize committed Feb 5, 2016
2 parents 30df9ff + 7ba2d8f commit 84ada9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spotify_os.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ INSTALL_PATH=@rpath
DYLIB_INSTALL_NAME_BASE=@rpath
LD_RUNPATH_SEARCH_PATHS=$(inherited) @executable_path/Frameworks @loader_path/Frameworks

// Language standards
GCC_C_LANGUAGE_STANDARD = gnu99
CLANG_CXX_LANGUAGE_STANDARD = c++11
CLANG_CXX_LIBRARY = libc++

// Warnings:
// Attribution: https://github.com/jonreid/XcodeWarnings

Expand Down

0 comments on commit 84ada9b

Please sign in to comment.