diff options
author | Eric Haszlakiewicz <erh+git@nimenees.com> | 2017-09-17 21:35:53 -0400 |
---|---|---|
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | 2017-09-17 21:35:53 -0400 |
commit | 139eb64b4317c478e6c7cab062431313f0de0e0b (patch) | |
tree | f4a45732eaa3d986144b54ca2fa3e570523fac1e /appveyor.yml | |
parent | 66a77d129a83676d4a2a9c5fb2baef383c84911a (diff) | |
download | json-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.yml | 2 |
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
|