diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-09 20:54:19 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-10-09 05:54:19 -0700 |
| commit | 37be706f568f07b1507e7e1717a9bc4910747a61 (patch) | |
| tree | b43721d222a56611e9f6bcee95d5c043bb4940f4 /ports | |
| parent | 0de501a3f460f0f27c266b6e77ca22a6e3e597c8 (diff) | |
| download | vcpkg-37be706f568f07b1507e7e1717a9bc4910747a61.tar.gz vcpkg-37be706f568f07b1507e7e1717a9bc4910747a61.zip | |
Fix option -j (#8489)
* Remove unusable parameters -j
* trigger CI system.
* Add option -j to make.
* Re-trigger CI system.
* Fix -j in make, fix NO_DEBUG in nmake.
* Re-trigger CI system.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/freexl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/x264/CONTROL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/freexl/CONTROL b/ports/freexl/CONTROL index 92b358cd0..2a163e30b 100644 --- a/ports/freexl/CONTROL +++ b/ports/freexl/CONTROL @@ -1,5 +1,5 @@ Source: freexl -Version: 1.0.4-6 +Version: 1.0.4-7 Homepage: https://www.gaia-gis.it/gaia-sins/freexl-sources Description: FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet Build-Depends: libiconv diff --git a/ports/x264/CONTROL b/ports/x264/CONTROL index 59098837d..7b60a0ee6 100644 --- a/ports/x264/CONTROL +++ b/ports/x264/CONTROL @@ -1,4 +1,4 @@ Source: x264 -Version: 157-303c484ec828ed0-3 +Version: 157-303c484ec828ed0-4 Homepage: https://github.com/mirror/x264 Description: x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format |
