소스 검색

Fix jsoncpp for llvm on Windows (#3455)

hackermdch 1 년 전
부모
커밋
bcce599442
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/j/jsoncpp/xmake.lua

+ 1 - 1
packages/j/jsoncpp/xmake.lua

@@ -45,5 +45,5 @@ package("jsoncpp")
                     assert(age == 20);
                 }
             ]]
-        }, {configs = {languages = "c++11"}, includes = "json/json.h"}))
+        }, {configs = {languages = "c++14"}, includes = "json/json.h"}))
     end)