Skip to content
Snippets Groups Projects
Commit c853b470 authored by callum_linden's avatar callum_linden
Browse files

Update to build on Xcode 6.0: WTH! how did this ever link?

parent 784b8c4a
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ else (USESYSTEMLIBS) ...@@ -14,7 +14,7 @@ else (USESYSTEMLIBS)
debug json_vc100debug_libmt.lib debug json_vc100debug_libmt.lib
optimized json_vc100_libmt) optimized json_vc100_libmt)
elseif (DARWIN) elseif (DARWIN)
set(JSONCPP_LIBRARIES libjson_linux-gcc-4.0.1_libmt.a) set(JSONCPP_LIBRARIES libjson_darwin_libmt.a)
elseif (LINUX) elseif (LINUX)
set(JSONCPP_LIBRARIES libjson_linux-gcc-4.1.3_libmt.a) set(JSONCPP_LIBRARIES libjson_linux-gcc-4.1.3_libmt.a)
endif (WINDOWS) endif (WINDOWS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment