Browse Source

fix json-c for windows

ruki 6 years ago
parent
commit
dcf9cb2aa8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/j/json-c/xmake.lua

+ 1 - 0
packages/j/json-c/xmake.lua

@@ -11,6 +11,7 @@ package("json-c")
         add_deps("cmake")
         on_install("windows", function (package)
             import("package.tools.cmake").install(package)
+            os.cp("json_object_iterator.h", package:installdir("include/json-c"))
         end)
     end