Skip to content

Commit

Permalink
Fix typo in sound xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 5, 2017
1 parent dd39363 commit 334c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xcode/sound.xcconfig
Expand Up @@ -9,7 +9,7 @@

OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) $(DR_BASE_CPLUSPLUSFLAGS)
HEADER_SEARCH_PATHS = $(DR_BASE_HEADER_SEARCH_PATHS) "/opt/local/include"
LIBRARY_SEARCH_PATHS = $(DR_BASE_LIBRARY_SEARCH_PATHS) "/opt/local/libs"
LIBRARY_SEARCH_PATHS = $(DR_BASE_LIBRARY_SEARCH_PATHS) "/opt/local/lib"
OTHER_LDFLAGS = $(DR_BASE_LINKFLAGS) "-lvorbisfile"

FRAMEWORK_SEARCH_PATHS = "/System/Library/Frameworks"

0 comments on commit 334c5cc

Please sign in to comment.