lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 902eafd 5/6: Make wx server configurable


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 902eafd 5/6: Make wx server configurable
Date: Fri, 19 May 2017 17:57:53 -0400 (EDT)

branch: master
commit 902eafd4ed33b8cfb979b20d6c49e4db5ce9cef1
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make wx server configurable
    
    Abstracted the wx server into a variable, because it shortens a long
    line, and also because it actually might change.
---
 install_wx.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/install_wx.make b/install_wx.make
index 7490b2b..815e4dc 100644
--- a/install_wx.make
+++ b/install_wx.make
@@ -52,7 +52,8 @@ wx_archive        := wxWidgets-$(wx_commit_sha).zip
 
 $(wx_archive)-md5 := $(wx_md5)
 
-$(wx_archive)-url := 
https://github.com/wxWidgets/wxWidgets/archive/$(wx_commit_sha).zip
+wx_server         := https://github.com/wxWidgets/wxWidgets/archive
+$(wx_archive)-url := $(wx_server)/$(wx_commit_sha).zip
 
 # Variables that normally should be left alone 
#################################
 



reply via email to

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