From d28496ae196434d78dccde2a61585f9de0e42453 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周日, 01 12月 2019 20:24:04 +0800
Subject: [PATCH] mingw cross compile add openssl

---
 src/library/licensecc.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/library/licensecc.cpp b/src/library/licensecc.cpp
index 5cc512b..dfce497 100644
--- a/src/library/licensecc.cpp
+++ b/src/library/licensecc.cpp
@@ -40,7 +40,7 @@
 
 EVENT_TYPE acquire_license(const CallerInformations* callerInformation, const LicenseLocation* licenseLocation,
 						   LicenseInfo* license_out) {
-	license::LicenseReader lr = license::LicenseReader(licenseLocation);
+	const license::LicenseReader lr = license::LicenseReader(licenseLocation);
 	vector<license::FullLicenseInfo> licenses;
 	string project;
 	if (callerInformation != nullptr && strlen(callerInformation->project_name) > 0) {

--
Gitblit v1.9.1