Browse Source

The new cmake-generated VS builds now generate a dynamic .dll instead of a .lib

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

+ 1
- 1
appveyor.yml View File

@@ -32,7 +32,7 @@ after_build:
- copy json_inttypes.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
- 7z a json-c.lib.zip lib\json-c.dll include\json-c\*.h
artifacts:
- path: json-c.lib.zip


Loading…
Cancel
Save