summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2017-09-17 21:35:53 -0400
committerEric Haszlakiewicz <erh+git@nimenees.com>2017-09-17 21:35:53 -0400
commit139eb64b4317c478e6c7cab062431313f0de0e0b (patch)
treef4a45732eaa3d986144b54ca2fa3e570523fac1e /appveyor.yml
parent66a77d129a83676d4a2a9c5fb2baef383c84911a (diff)
downloadjson-c-139eb64b4317c478e6c7cab062431313f0de0e0b.tar.gz
For appveyor builds, json_config.h is actually generated in the "include" directory.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a61c14e..5e89816 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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