diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2019-04-27 03:45:43 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-26 12:45:43 -0700 |
| commit | a5a5e870aaa127f3533803c5c66ca253837efdcb (patch) | |
| tree | f886c8e4a45212dc28621af3c0bdfc98ab572e6e /ports/aws-lambda-cpp/CONTROL | |
| parent | 1c9d54363a86b8e2b3c57fd095722cf7461f6afa (diff) | |
| download | vcpkg-a5a5e870aaa127f3533803c5c66ca253837efdcb.tar.gz vcpkg-a5a5e870aaa127f3533803c5c66ca253837efdcb.zip | |
[aws-lambda-cpp]Add warning to non-Linux platform when building (#6211)
* [aws-lambda-cpp]Add warning to non-Linux platform when building
* Also allow osx builds
* Correct Mac check
* OR to AND
Diffstat (limited to 'ports/aws-lambda-cpp/CONTROL')
| -rw-r--r-- | ports/aws-lambda-cpp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/aws-lambda-cpp/CONTROL b/ports/aws-lambda-cpp/CONTROL index fb45cc22d..048f28fac 100644 --- a/ports/aws-lambda-cpp/CONTROL +++ b/ports/aws-lambda-cpp/CONTROL @@ -1,4 +1,4 @@ Source: aws-lambda-cpp -Version: 0.1.0 +Version: 0.1.0-1 Build-Depends: curl Description: C++ Runtime for AWS Lambda. |
