diff options
| author | callum_linden <none@none> | 2014-10-20 11:41:35 -0700 | 
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-20 11:41:35 -0700 | 
| commit | c853b470db48d9bdda0a336068c4bbbe2ab2761f (patch) | |
| tree | 4c05bfe7ec9cac892e18fbab28b6ed4c5dcdc9aa /indra | |
| parent | 784b8c4a4d1b1d372c2d1c172407ce937d9adc37 (diff) | |
Update to build on Xcode 6.0: WTH! how did this ever link?
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/cmake/JsonCpp.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/cmake/JsonCpp.cmake b/indra/cmake/JsonCpp.cmake index 0aab2d6634..d6d05af315 100755 --- a/indra/cmake/JsonCpp.cmake +++ b/indra/cmake/JsonCpp.cmake @@ -14,7 +14,7 @@ else (USESYSTEMLIBS)        debug json_vc100debug_libmt.lib        optimized json_vc100_libmt)    elseif (DARWIN) -    set(JSONCPP_LIBRARIES libjson_linux-gcc-4.0.1_libmt.a) +    set(JSONCPP_LIBRARIES libjson_darwin_libmt.a)    elseif (LINUX)      set(JSONCPP_LIBRARIES libjson_linux-gcc-4.1.3_libmt.a)    endif (WINDOWS) | 
