[geany/geany-plugins] e840db: wscript_build was failed on win32 OS.

vkochan git-noreply at geany.org
Tue Jan 22 09:27:25 UTC 2013


Branch:      refs/heads/master
Author:      vkochan <vadim4j at gmail.com>
Committer:   vkochan <vadim4j at gmail.com>
Date:        Tue, 22 Jan 2013 09:27:25 UTC
Commit:      e840db66a6e787a39d42f6ffb6c739d52eee87e0
             https://github.com/geany/geany-plugins/commit/e840db66a6e787a39d42f6ffb6c739d52eee87e0

Log Message:
-----------
wscript_build was failed on win32 OS.
"libraries" variable was missed.


Modified Paths:
--------------
    scope/wscript_build

Modified: scope/wscript_build
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -25,6 +25,7 @@ from build.wafutils import build_plugin, target_is_win32
 
 name = 'Scope'
 includes = ['scope/src']
+libraries = []
 
 if target_is_win32(bld):
 	datadir = '${G_PREFIX}/${GEANYPLUGINS_DATADIR}'



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list