From a5a5e870aaa127f3533803c5c66ca253837efdcb Mon Sep 17 00:00:00 2001 From: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Date: Sat, 27 Apr 2019 03:45:43 +0800 Subject: [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 --- ports/aws-lambda-cpp/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/aws-lambda-cpp/CONTROL') 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. -- cgit v1.2.3