Browse Source

For appveyor builds, json_config.h is actually generated in the "include" directory.

tags/json-c-0.13-20171207
Eric Haszlakiewicz 8 years ago
parent
commit
139eb64b43
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@@ -30,7 +30,7 @@ after_build:
- copy json_object_iterator.h include\json-c\*
- copy json_c_version.h include\json-c\*
- copy json_inttypes.h include\json-c\*
- copy json_config.h include\json-c\*
- copy include\json_config.h include\json-c\*
- copy json_object_private.h include\json-c\*
- 7z a json-c.lib.zip lib\json-c.lib include\json-c\*.h


Loading…
Cancel
Save