diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-02-29 14:14:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-28 22:14:37 -0800 |
| commit | 31ce75e4ae82c4c004fc7495ab68b441eb547a0c (patch) | |
| tree | a77a8dcf9b70d76d1532a1b6e2a279670ad4253f /ports/celero/CONTROL | |
| parent | 64f7f2590dd71fa64a64287e330ef536606d213a (diff) | |
| download | vcpkg-31ce75e4ae82c4c004fc7495ab68b441eb547a0c.tar.gz vcpkg-31ce75e4ae82c4c004fc7495ab68b441eb547a0c.zip | |
[celero] Fix some macros (#10159)
WIN32 -> _WIN32, and CELERO_STATIC -> 1
Diffstat (limited to 'ports/celero/CONTROL')
| -rw-r--r-- | ports/celero/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/celero/CONTROL b/ports/celero/CONTROL index 09268815c..8da4c6611 100644 --- a/ports/celero/CONTROL +++ b/ports/celero/CONTROL @@ -1,4 +1,4 @@ Source: celero -Version: 2.6.0 +Version: 2.6.0-1 Homepage: https://github.com/DigitalInBlue/Celero Description: Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++. |
