Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Tue, 22 Jan 2013 09:33:01 UTC Commit: fd233b724e7693897c3112dfdea8d60e0ca41bcb https://github.com/geany/geany-plugins/commit/fd233b724e7693897c3112dfdea8d6...
Log Message: ----------- Merge pull request #77 from vkochan/scope_win32_build_fix
wscript_build was failed on win32 OS. Please further test it on Windows
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).
plugins-commits@lists.geany.org