Fix jsoncpp for llvm on Windows (#3455)

pull/3457/head
hackermdch 12 months ago committed by GitHub
parent 193a40a672
commit bcce599442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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)

Loading…
Cancel
Save