Skip to content

Commit

Permalink
Build the generic plugin paths before configuring the plugins
Browse files Browse the repository at this point in the history
This enables us to use ${GEANYPLUGINs_DATADIR} and others already in the plugins'
wscrpt_configure scripts.
  • Loading branch information
eht16 committed Oct 6, 2013
1 parent cbf1430 commit fb5ad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -102,6 +102,7 @@ def configure(conf):
gtk_version = conf.check_cfg(modversion='gtk+-2.0') or 'Unknown'

load_intltool_if_available(conf)
setup_configuration_env(conf)

# build plugin list
enabled_plugins = get_enabled_plugins(conf)
Expand All @@ -111,7 +112,6 @@ def configure(conf):
# now add the enabled_plugins to the env to remember them
conf.env.append_value('enabled_plugins', enabled_plugins)

setup_configuration_env(conf)
setup_makefile(conf)
conf.write_config_header('config.h')

Expand Down

0 comments on commit fb5ad38

Please sign in to comment.