gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 29/219: build-openssl.bat: Fixed the BUILD_CONFIG v


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 29/219: build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialised
Date: Wed, 22 May 2019 19:16:08 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit d891702fcf24ea68285b2634faa18a44987086ac
Author: Steve Holme <address@hidden>
AuthorDate: Thu Feb 8 21:55:26 2018 +0000

    build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialised
    
    Should the parent environment set this variable then the build might
    not be performed as the user intended.
---
 projects/build-openssl.bat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/build-openssl.bat b/projects/build-openssl.bat
index 96fccf87a..63a2fbd50 100644
--- a/projects/build-openssl.bat
+++ b/projects/build-openssl.bat
@@ -29,6 +29,7 @@ rem 
***************************************************************************
   setlocal
   set VC_VER=
   set BUILD_PLATFORM=
+  set BUILD_CONFIG=
 
   rem Ensure we have the required arguments
   if /i "%~1" == "" goto syntax

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]